From 1763511c94006e9c2ec623f4e3bd21ed26716a3e Mon Sep 17 00:00:00 2001 From: Osama Albahrani Date: Wed, 5 Nov 2025 13:55:47 +0300 Subject: [PATCH] introduction: Fix wizard book url 404 Unfortunately, the url died. I replaced it with the Wikipedia page. At the bottom is a link to a pdf. Alternatively, we could replace it with an Internet Archive url: https://web.archive.org/web/20170113163635/https://mitpress.mit.edu/sicp/full-text/book/book.html --- book/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/introduction.md b/book/introduction.md index 988cdd275..7464f4e16 100644 --- a/book/introduction.md +++ b/book/introduction.md @@ -144,7 +144,7 @@ texts on programming languages feature a [dragon][] and a [wizard][] on their covers. [dragon]: https://en.wikipedia.org/wiki/Compilers:_Principles,_Techniques,_and_Tools -[wizard]: https://mitpress.mit.edu/sites/default/files/sicp/index.html +[wizard]: https://en.wikipedia.org/wiki/Structure_and_Interpretation_of_Computer_Programs