aboutsummaryrefslogtreecommitdiff
path: root/doc/guix-cookbook.texi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-01-06 15:35:52 +0100
committerLudovic Courtès <ludo@gnu.org>2023-01-06 23:46:31 +0100
commitefb0f8950fc59993619940708349df085966034c (patch)
tree79e11b2cae5780b861b7c55c721b03c3e267755e /doc/guix-cookbook.texi
parent38086021b8b9673c32d7a046225ffc56c52692e3 (diff)
downloadguix-efb0f8950fc59993619940708349df085966034c.tar
guix-efb0f8950fc59993619940708349df085966034c.tar.gz
doc: cookbook: Remove 404 link to mitpress.mit.edu.
* doc/guix-cookbook.texi (A Scheme Crash Course): Remove 404 link to mitpress.mit.edu.
Diffstat (limited to 'doc/guix-cookbook.texi')
-rw-r--r--doc/guix-cookbook.texi6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index 795e7d3b25..bbbd1cde67 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -310,7 +310,8 @@ Scheme Primer}}, by Christine Lemmer-Webber and the Spritely Institute.
@i{Scheme at a Glance}}, by Steve Litt.
@item
-@uref{https://mitpress.mit.edu/sites/default/files/sicp/index.html,
+@c There used to be a copy at mitpress.mit.edu but it vanished.
+@uref{https://sarabander.github.io/sicp/,
@i{Structure and Interpretation of Computer Programs}}, by Harold
Abelson and Gerald Jay Sussman, with Julie Sussman. Colloquially known
as ``SICP'', this book is a reference.
@@ -322,9 +323,6 @@ guix install sicp info-reader
info sicp
@end example
-An @uref{https://sarabander.github.io/sicp/, unofficial ebook} is also
-available.
-
@end itemize
You'll find more books, tutorials and other resources at