diff --git a/cl-site.asd b/cl-site.asd
index c6f79f7b6a42e44bd29085bb5e1a81b3e0fc1476..8c57962a0e887f2d5534eaaaa4be3321c05b1b5a 100644
--- a/cl-site.asd
+++ b/cl-site.asd
@@ -32,5 +32,3 @@
 ;;                        :components ((:test-file "site"))))
 ;;  :perform (asdf:test-op (op c)
 ;;                         (uiop:symbol-call :prove-asdf 'run-test-system c)))
-
-
diff --git a/content/about.html b/content/about.html
index ae206a87459a550bde17c2420240ace70ec74873..7c08562cbf8a401530c476b61f82ed29de1b6ef7 100644
--- a/content/about.html
+++ b/content/about.html
@@ -7,9 +7,13 @@ related to the programming language Common Lisp.
 <p>The site is run under the governance of the <a
 href="http://www.cl-foundation.org/">Common Lisp Foundation</a> and
 maintained mostly by a committee of volunteers. <a
-href="/contribute/">Please consider donating</a>.</p>
+href="/contribute">Please consider donating</a>.</p>
 
-<p>If you want to request a project, <a href="/project-intro/">read
+<p>Its source is hosted
+on <a href="https://gitlab.common-lisp.net/clo/cl-site">gitlab.common-lisp.net</a>.
+</p>
+
+<p>If you want to request a project, <a href="/project-intro">read
 this document</a>.</p>
 
 <p>If you have questions, suggestions or comments about this site or
diff --git a/content/community.html b/content/community.html
index 12edbf0232eb9b7f8ac10a7b5af6c0d917ac9287..47e028b08170d52d18517b3e1e4d22d8825684d9 100644
--- a/content/community.html
+++ b/content/community.html
@@ -33,6 +33,7 @@
   <div class="col-lg-4 col-md-6">
     <h2><i class="fa fa-book"></i> Docs</h2>
     <ul>
+      <li><a href="https://lispcookbook.github.io/cl-cookbook/">the Common Lisp Cookbook</a></li>
       <li><a href="https://cliki.net">CLiki</a> - The Common Lisp wiki</li>
       <li><a href="http://quickdocs.org">Quickdocs</a> - Documentation for All Common Lisp Projects</li>
       <li><a href="http://borretti.me/article/common-lisp-sotu-2015">State of the Common Lisp Ecosystem</a> as of 2015</li>
@@ -50,6 +51,7 @@
     <ul>
       <li><a href="http://www.alu.org">The Association of Lisp Users</a></li>
       <li><a href="http://www.cl-user.net">The Common Lisp Directory</a></li>
+      <li>Success stories on <a href="http://lisp-lang.org/success/">lisp-lang.org</a></li>
       <li><a href="https://github.com/azzamsa/awesome-cl-software">Awesome Lisp Software</a></li>
       <li><a href="https://www.cliki.net/lisp+videos">Media</a></li>
     </ul>
@@ -91,8 +93,8 @@
         </div>
         <div class="col-md-6">
           <iframe width="560" height="315" src="https://www.youtube.com/embed/_B_4vhsmRRI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
-        </div>        
-      </div>     
+        </div>
+      </div>
     </div>
   </div>
   <!-- <a class="carousel-control-prev" href="#media_carousel" role="button" data-slide="prev">
@@ -104,4 +106,3 @@
        <span class="sr-only">Next</span>
        </a> -->
 </div>
-    
diff --git a/content/downloads.html b/content/downloads.html
index 8572cb0d204504b67341b42dbb1d6d7e5ee5fbab..29f3ba62cd720c397ad984407928abc9873121eb 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -52,7 +52,7 @@
 
 <p><a href="https://www.quicklisp.org">Quicklisp</a> is a library manager for Common Lisp. Use it to download, install, and load any of over 1,500 libraries with a few simple commands.</p>
 
-<p>For an introduction on how to set them all up, you can have a look at <a href="https://lispmethods.com/development-environment.html">this guide</a>.</p>
+<p>For an introduction on how to set them all up, you can have a look at <a href="https://lispcookbook.github.io/cl-cookbook/getting-started.html">this guide</a>.</p>
 
 <p>You can also watch this video tutorial:</p>
 
@@ -62,7 +62,7 @@
   </button>
 </p>
 <div class="collapse" id="setup_video">
-  <iframe width="560" height="315" src="https://www.youtube.com/embed/VnWVu8VVDbI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>  
+  <iframe width="560" height="315" src="https://www.youtube.com/embed/VnWVu8VVDbI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
 </div>
 
 <h2>Read about Lisp</h2>
@@ -74,7 +74,7 @@
 
 <h2>Start a new project</h2>
 
-<p>You may want check out <a href="http://articulate-lisp.com">Articulate Lisp site</a> for getting started on Common Lisp ecosystem.</p>
+<p>You may want check out <a href="https://lispcookbook.github.io/cl-cookbook/getting-started.html">the Common Lisp Cookbook</a> for getting started on Common Lisp ecosystem.</p>
 
 <p>
   <button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#start_project_video" aria-expanded="false" aria-controls="collapseExample">
@@ -89,15 +89,14 @@
 
 <p>Check out <a href="/libraries">this list</a> of Lisp libraries.</p>
 
-<p>The easiest way to download and load libraries is via <a href="http://www.quicklisp.org">Quicklisp</a>.  <a href="http://articulate-lisp.com/quicklisp.html">Follow these instructions</a> to get started.</p>
+<p>The easiest way to download and load libraries is via <a href="http://www.quicklisp.org">Quicklisp</a>.  <a href="https://lispcookbook.github.io/cl-cookbook/getting-started.html#install-quicklisp">Follow these instructions</a> to get started.</p>
 
 <h2>Resources</h2>
 
 <p>Here's a list of alternative guides for getting started:
   <ul>
     <li><a target="_blank" href="https://lispmethods.com/development-environment.html">Getting Started With Common Lisp</a> at lispmethods.com.</li>
-    <li><a target="_blank" href="https://cliki.net/Getting%20Started">CLiki guide</a>.</li>
-
     <li><a href="http://articulate-lisp.com">Articulate Lisp site</a>.</li>
+    <li><a target="_blank" href="https://cliki.net/Getting%20Started">CLiki guide</a>.</li>
   </ul>
 </p>