From 66932bacbed6d3d27a9180eaeba310accc0df1ba Mon Sep 17 00:00:00 2001 From: Olivier Leroy <31417689+defuneste@users.noreply.github.com> Date: Fri, 24 May 2024 13:57:14 -0400 Subject: [PATCH] correcting link fro SICP (#61) --- 01_Introduction.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_Introduction.Rmd b/01_Introduction.Rmd index fbbe4c2..1071e60 100644 --- a/01_Introduction.Rmd +++ b/01_Introduction.Rmd @@ -18,7 +18,7 @@ Books suggestions: -- [The Structure and Interpretation of Computer Programs (SICP)](https://mitpress.mit.edu/sites/default/files/sicp/index.html) +- [The Structure and Interpretation of Computer Programs (SICP)](https://mitp-content-server.mit.edu/books/content/sectbyfn/books_pres_0/6515/sicp.zip/full-text/book/book.html) - [Concepts, Techniques and Models of Computer Programming](https://mitpress.mit.edu/books/concepts-techniques-and-models-computer-programming) - [The Pragmatic Programmer](https://pragprog.com/titles/tpp20/the-pragmatic-programmer-20th-anniversary-edition/)