diff --git a/content/community.html b/content/community.html
index 47e028b08170d52d18517b3e1e4d22d8825684d9..d40715d5f5767b2b40ea1ac0b84eb67a30e3282c 100644
--- a/content/community.html
+++ b/content/community.html
@@ -36,6 +36,7 @@
       <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://quickref.common-lisp.net/">Quickref</a> - Reference manuals for Quicklisp libraries</li>
       <li><a href="http://borretti.me/article/common-lisp-sotu-2015">State of the Common Lisp Ecosystem</a> as of 2015</li>
     </ul>
   </div>
diff --git a/content/documentation.html b/content/documentation.html
index 79c7fd7a42b67ee318620178e5df4d51598a6da5..7c99ef62670bef012b0d6522fcafc7017d10b67d 100644
--- a/content/documentation.html
+++ b/content/documentation.html
@@ -155,7 +155,10 @@
   <h2>Other resources</h2>
 
   <ul>
-      <li><a href="https://lispcookbook.github.io/cl-cookbook/">The Common Lisp Cookbook</a></li>
-      <li><a href="http://quickref.common-lisp.net/">Quickref - Reference manuals for Quicklisp libraries</a></li>
+      <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://quickref.common-lisp.net/">Quickref</a> - Reference manuals for Quicklisp libraries</li>
+      <li><a href="http://borretti.me/article/common-lisp-sotu-2015">State of the Common Lisp Ecosystem</a> as of 2015</li>
   </ul>
 </section>
diff --git a/content/index.html b/content/index.html
index 9b44143b175e924ceb9dfc142203da3f113ddd6d..09b7fab4e4ac1b770a36e5594882dd9c46de4d28 100644
--- a/content/index.html
+++ b/content/index.html
@@ -47,7 +47,7 @@
       <p>GitLab upgraded to <a href="https://gitlab.com/gitlab-org/gitlab-ce/blob/v7.11.1/CHANGELOG">GitLab 7.11.1.</a></p>
     </section>
 
-    <p><a href="/news/" style="font-size: 80%"
+    <p><a href="/news" style="font-size: 80%"
        >Read older news...</a></p>
   </article>
 
@@ -79,9 +79,9 @@
     <h2>Services</h2>
 
     <ul>
-      <li><a href="/project-intro/">Project hosting</a> for open
+      <li><a href="/project-intro">Project hosting</a> for open
         source / free software <b>Common Lisp</b> projects.</li>
-      <li><a href="/independent-lists/">Mailing lists</a> for
+      <li><a href="/independent-lists">Mailing lists</a> for
         <b>Common Lisp</b> related topics.</li>
     </ul>
   </section>
@@ -97,6 +97,6 @@
   <section id="about">
     <h2>About this site</h2>
 
-    <p>Check out our <a href="/about/">about page</a>.</p>
+    <p>Check out our <a href="/about">about page</a>.</p>
   </section>
 </main>