From 368cd61c44c3e266d63231ae447f6c1a26c3a645 Mon Sep 17 00:00:00 2001
From: Mariano Montone <marianomontone@gmail.com>
Date: Mon, 14 May 2018 15:05:50 -0300
Subject: [PATCH] Links to features

---
 content/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/index.html b/content/index.html
index 4d238ee..3ffccf5 100644
--- a/content/index.html
+++ b/content/index.html
@@ -47,8 +47,8 @@
   <article id="description">
     <h2>What is Common Lisp?</h2>
 
-    <p><b>Common Lisp</b> is the modern, multi-paradigm, high-performance,
-      compiled, ANSI-standardized, most prominent (along with <a href="http://www.schemers.org/">Scheme</a>) descendant of the long-running family of Lisp programming languages. Curious? <a href="http://cliki.net/Getting%20Started" class="emphasize"> Click here to get started!</a>
+    <p><b>Common Lisp</b> is the <a href="/features">modern</a>, <a href="/features">multi-paradigm</a>, <a href="/features">high-performance</a>,
+      <a href="/features">compiled</a>, <a href="/features">ANSI-standardized</a>, most prominent (along with <a href="http://www.schemers.org/">Scheme</a>) descendant of the long-running family of Lisp programming languages. Curious? <a href="http://cliki.net/Getting%20Started" class="emphasize"> Click here to get started!</a>
     </p>
 
     <p><b>Common Lisp</b> is known for being extremely flexible, having
-- 
GitLab