From 659e5cbe26e63220932171793590db03817daa80 Mon Sep 17 00:00:00 2001 From: Gustav Bertram Date: Mon, 9 Jul 2018 00:07:09 +0200 Subject: [PATCH] #484 Fixed SICP link Fix the SICP link, as reported in #484 --- extras/readings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/readings.md b/extras/readings.md index ce646d8..643239d 100644 --- a/extras/readings.md +++ b/extras/readings.md @@ -14,7 +14,7 @@ Name | Author(s) [Introduction to Computation and Programming Using Python](https://www.amazon.com/Introduction-Computation-Programming-Using-Python/dp/0262525003/) | John V. Guttag [Think Python 2e](http://greenteapress.com/wp/think-python-2e/) | Allen B. Downey [How to Design Programs](http://www.ccs.neu.edu/home/matthias/HtDP2e/) | Matthias Felleisen, Robert Bruce Findler, Matthew Flatt, Shriram Krishnamurthi -[Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html) | Hal Abelson, Jerry Sussman, Julie Sussman +[Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sites/default/files/sicp/full-text/book/book.html) | Hal Abelson, Jerry Sussman, Julie Sussman [Concepts, Techniques, and Models of Computer Programming](https://www.amazon.com/gp/product/0262220695) | Peter Van Roy, Seif Haridi [Design Patterns: Elements of Reusable Object-Oriented Software](https://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612) | Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides [Refactoring](https://www.refactoring.com/) | Martin Fowler