From 50a05446ff6bb42c7bbfcfc2e363f468ebc2d27a Mon Sep 17 00:00:00 2001
From: Marijn Haverbeke <marijnh@gmail.com>
Date: Tue, 14 Oct 2014 17:04:45 +0200
Subject: [PATCH] [project page] Add some links to top paragraph

---
 doc/manual.html | 2 +-
 index.html      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/manual.html b/doc/manual.html
index 46c25188..fccf7d64 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -2045,7 +2045,7 @@
 </section>
 
 <section id=addons>
-    <h2>Addons</h2>
+    <h2 id="addons">Addons</h2>
 
     <p>The <code>addon</code> directory in the distribution contains a
     number of reusable components that implement extra editor
diff --git a/index.html b/index.html
index 7a2bbdcf..cf9f943a 100644
--- a/index.html
+++ b/index.html
@@ -40,7 +40,7 @@
 <section id=description class=first>
   <p><strong>CodeMirror</strong> is a versatile text editor
   implemented in JavaScript for the browser. It is specialized for
-  editing code, and comes with a number of language modes and addons
+  editing code, and comes with a number of <a href="mode/index.html">language modes</a> and <a href="doc/manual.html#addons">addons</a>
   that implement more advanced editing functionality.</p>
 
   <p>A rich <a href="doc/manual.html#api">programming API</a> and a
-- 
GitLab