From b7f284ae9e15d5f6781ead58283cd5918c3ca392 Mon Sep 17 00:00:00 2001
From: Mariano Montone <marianomontone@gmail.com>
Date: Mon, 14 May 2018 20:58:06 -0300
Subject: [PATCH] More books

---
 content/documentation.html | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/content/documentation.html b/content/documentation.html
index c51666d..3808b0d 100644
--- a/content/documentation.html
+++ b/content/documentation.html
@@ -124,11 +124,14 @@
 
   </div>
   <p>
+    Also:
     <ul>
-      <li><a href="http://www.gigamonkeys.com/book/">Practical Common Lisp</a></li>
-      <li><a href="http://www.paulgraham.com/onlisptext.html">On Lisp</a> by Paul Graham. A bit more advanced than PCL.</li>
+      <li><a target="_blank" href="http://www.paulgraham.com/acl.html">ANSI Common Lisp</a></li>
+      <li><a target="_blank" href="http://landoflisp.com/">Land Of Lisp</a></li>
+      <li><a target="_blank" href="https://letoverlambda.com/">Let Over Lambda</a></li>
     </ul>
   </p>
+  <p>Look <a target="_blank" href="https://cliki.net/Lisp+Books">here</a> for a more complete list of books.</p>
 </section>
 
 <section style="padding-top: 30px;">
-- 
GitLab