diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-04-08 19:54:47 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-04-08 19:55:42 +0200 |
commit | 6e747c3d508e8a787629c24cd8b1bd67c2b73167 (patch) | |
tree | 2d482f62511f7d8079af6bc3b423b9f3f5be4cb8 /doc/guix-cookbook.texi | |
parent | 63a11f92d11dffdc547097b75534fc92bc9ea092 (diff) |
doc: cookbook: Fix cross-reference to SICP.
Reported by Greg Hogan <code@greghogan.com>.
* doc/guix-cookbook.texi (A Scheme Crash Course): Fix xref to SICP.
Diffstat (limited to 'doc/guix-cookbook.texi')
-rw-r--r-- | doc/guix-cookbook.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 26854e8dd0..b4dc9f864c 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -296,7 +296,7 @@ online}, together with @uref{https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/video-lectures/, videos of the lectures by the authors}. The book is available in Texinfo format as the @code{sicp} Guix package. Go ahead, run @code{guix install -sicp} and start reading with @code{info sicp} (@pxref{,,, sicp, Structure and Interpretation of Computer Programs}). +sicp} and start reading with @code{info sicp} (@pxref{Top,,, sicp, Structure and Interpretation of Computer Programs}). An @uref{https://sarabander.github.io/sicp/, unofficial ebook is also available}. |