fix SICP link

This commit is contained in:
Rawley Fowler
2023-10-12 08:18:01 -06:00
parent f1c30e671d
commit 9f54254b3e

View File

@@ -17,7 +17,7 @@
<h2>Start here (read both and do all of the exercises)</h2>
<ul>
<li>
<a href="https://mitp-content-server.mit.edu">Structure and Interpretation of Computer Programs by Sussman et. al</a>
<a href="https://mitp-content-server.mit.edu/books/content/sectbyfn/books_pres_0/6515/sicp.zip/index.html">Structure and Interpretation of Computer Programs by Sussman et. al</a>
</li>
<li>
<a href="https://en.wikipedia.org/wiki/The_C_Programming_Language">The C Programming Language by K&R</a>