diff options
author | Marius Bakke <marius@gnu.org> | 2023-01-08 19:32:17 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2023-01-08 19:32:17 +0100 |
commit | da91e790fdf4053a1503738e69f88c4b2054b096 (patch) | |
tree | 27f26ac3308eaa34952314a3182ffce2f5dcd51e /doc/guix-cookbook.texi | |
parent | 9123bb0fba3fce976dc41cd3b8919ee73b4cee4d (diff) | |
parent | 8cca1a35bc42cddb7e0586062d192197520042d5 (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'doc/guix-cookbook.texi')
-rw-r--r-- | doc/guix-cookbook.texi | 6 |
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 |