From 9bc5f545b499c2bfc9f29138de8d92a7fd3d8f65 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke <marijnh@gmail.com> Date: Wed, 11 Sep 2013 12:38:36 +0200 Subject: [PATCH] [project page] Fix broken link --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 28641a1ba..3cb82b48c 100644 --- a/index.html +++ b/index.html @@ -129,7 +129,7 @@ <li><a href="demo/variableheight.html">Mixing font sizes and styles</a> <li><a href="demo/theme.html">Various themes</a> <li>Able to <a href="demo/resize.html">resize to fit content</a> - <li><a href="doc/manual.html#mark_replacedWith">Inline</a> and <a href="doc/manual.html#setLineWidget">block</a> widgets + <li><a href="doc/manual.html#mark_replacedWith">Inline</a> and <a href="doc/manual.html#addLineWidget">block</a> widgets <li>Programmable <a href="demo/marker.html">gutters</a> <li>Making ranges of text <a href="doc/manual.html#markText">styled, read-only, or atomic</a> <li><a href="demo/bidi.html">Bi-directional text</a> support -- GitLab