Use https for HtDP links since MIT Press doesn't redirect.
This commit is contained in:
parent
5170940daf
commit
497f35a071
|
@ -33,7 +33,7 @@ through a textbook:
|
||||||
|
|
||||||
@itemize[
|
@itemize[
|
||||||
|
|
||||||
@item{@italic{@link["http://htdp.org/"]{How to Design Programs, Second Edition}}
|
@item{@italic{@link["https://htdp.org/"]{How to Design Programs, Second Edition}}
|
||||||
is the best place to start.}
|
is the best place to start.}
|
||||||
|
|
||||||
@item{@other-manual['(lib "web-server/scribblings/tutorial/continue.scrbl")]
|
@item{@other-manual['(lib "web-server/scribblings/tutorial/continue.scrbl")]
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
(other-manual '(lib "scribblings/quick/quick.scrbl")))
|
(other-manual '(lib "scribblings/quick/quick.scrbl")))
|
||||||
|
|
||||||
(define HtDP
|
(define HtDP
|
||||||
(italic (link "http://www.htdp.org" "How to Design Programs")))
|
(italic (link "https://htdp.org" "How to Design Programs")))
|
||||||
|
|
||||||
(define (tool name . desc)
|
(define (tool name . desc)
|
||||||
(apply item (bold name) ", " desc))
|
(apply item (bold name) ", " desc))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user