Skip to content

Commit 689cdc7

Browse files
avoid certificate error on htdp links (#126)
avoid certificate error on htdp links Short term fix to resolve issue where www.htdp.org triggers a certificate error on safari and chrome #125
1 parent 4912e06 commit 689cdc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

www/books.html.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
◊section{
1717
Books
1818

19-
link["https://www.htdp.org/"]{How to Design Programs}
19+
link["https://htdp.org/"]{How to Design Programs}
2020
A principled approach to programming.
2121

2222

www/index.html.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Develop a web application with Racket.
262262
◊section{
263263
Education
264264
265-
◊link["https://www.htdp.org/"]{How to Design Programs}
265+
◊link["https://htdp.org/"]{How to Design Programs}
266266
A principled approach to programming.
267267
268268

0 commit comments

Comments
 (0)