Skip to content

Commit 50a0544

Browse files
committed
[project page] Add some links to top paragraph
1 parent 3939681 commit 50a0544

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/manual.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2045,7 +2045,7 @@ <h3 id="api_static">Static properties</h3>
20452045
</section>
20462046

20472047
<section id=addons>
2048-
<h2>Addons</h2>
2048+
<h2 id="addons">Addons</h2>
20492049

20502050
<p>The <code>addon</code> directory in the distribution contains a
20512051
number of reusable components that implement extra editor

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<section id=description class=first>
4141
<p><strong>CodeMirror</strong> is a versatile text editor
4242
implemented in JavaScript for the browser. It is specialized for
43-
editing code, and comes with a number of language modes and addons
43+
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>
4444
that implement more advanced editing functionality.</p>
4545

4646
<p>A rich <a href="doc/manual.html#api">programming API</a> and a

0 commit comments

Comments
 (0)