From: http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>
Date: Tue, 18 Nov 2008 10:40:23 +0000 (-0500)
Subject: Fix link to htmlbalance
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/c66a3f9ca7bc3ae827e9cfe19ee0aef728218d0e

Fix link to htmlbalance
---

diff --git a/doc/plugins/contrib/comments.mdwn b/doc/plugins/contrib/comments.mdwn
index 3e6dcfd76..6e6202993 100644
--- a/doc/plugins/contrib/comments.mdwn
+++ b/doc/plugins/contrib/comments.mdwn
@@ -89,8 +89,8 @@ Optional parameters to the comments directive:
 * `commit=no`: by default, comments are committed to version control. Use this to
   disable commits.
 * `allowhtml=yes`: by default, raw HTML is filtered out. Use this to allow HTML
-  (you should enable [[plugins/htmlscrubber]] and either [[plugins/htmltidy]] or
-  [[plugins/contrib/htmlbalance]] if you do this).
+  (you should enable [[htmlscrubber]] and either [[htmltidy]] or
+  [[htmlbalance]] if you do this).
 * `allowdirectives=yes`: by default, IkiWiki directives are filtered out. Use this
   to allow directives (avoid enabling any [[plugins/type/slow]] directives if you
   do this).