diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-10-28 11:07:27 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-10-28 11:09:19 +0100 |
commit | ed79636c8b2c1e59a4ba2c5c0f3b561fbe15b025 (patch) | |
tree | aad1689811d3202149e3ac881991fa5143a50368 /doc/guix-cookbook.texi | |
parent | ffe059afb5bdbc4ab099d9fb60bde1c511d752cb (diff) | |
download | patches-ed79636c8b2c1e59a4ba2c5c0f3b561fbe15b025.tar patches-ed79636c8b2c1e59a4ba2c5c0f3b561fbe15b025.tar.gz |
doc: Link to SICP Info page in "A Scheme Crash Course".
* doc/guix-cookbook.texi (Scheme tutorials): Replace Emacs Info reader hint
with more useful interactive link to SICP Info page.
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 04eb5498ec..4e60862d22 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -269,7 +269,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} (or with the Emacs Info reader). +sicp} and start reading with @code{info sicp} (@pxref{,,, sicp, Structure and Interpretation of Computer Programs}). An @uref{https://sarabander.github.io/sicp/, unofficial ebook is also available}. |