Use https for HtDP links since MIT Press doesn't redirect.

This commit is contained in:
David Van Horn 2020-12-23 12:15:48 -05:00 committed by Sam Tobin-Hochstadt
parent 5170940daf
commit 497f35a071
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ through a textbook:
@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.}
@item{@other-manual['(lib "web-server/scribblings/tutorial/continue.scrbl")]

View File

@ -24,7 +24,7 @@
(other-manual '(lib "scribblings/quick/quick.scrbl")))
(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)
(apply item (bold name) ", " desc))