aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/contrib/sourcehighlight.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-04-10 01:06:21 -0400
committerJoey Hess <joey@kitenet.net>2008-04-10 01:06:21 -0400
commit04528ba2596d084ff20cd57058b05d6dfad55ed9 (patch)
tree842e2d7f42e0a9ab4ebb72753bb8bfba02f43dbe /doc/plugins/contrib/sourcehighlight.mdwn
parente8728aa894231c4e667f9562becf68e7fb99339a (diff)
downloadikiwiki-04528ba2596d084ff20cd57058b05d6dfad55ed9.tar
ikiwiki-04528ba2596d084ff20cd57058b05d6dfad55ed9.tar.gz
web commit by cjb: Fixed URL
Diffstat (limited to 'doc/plugins/contrib/sourcehighlight.mdwn')
-rw-r--r--doc/plugins/contrib/sourcehighlight.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/contrib/sourcehighlight.mdwn b/doc/plugins/contrib/sourcehighlight.mdwn
index f89677d9e..0066c9b9f 100644
--- a/doc/plugins/contrib/sourcehighlight.mdwn
+++ b/doc/plugins/contrib/sourcehighlight.mdwn
@@ -4,7 +4,7 @@ I noticed several places in the wiki talking about similar ideas, so I decided t
I have implemented a simple wrapper around
[source-highlight](http://www.gnu.org/software/src-highlite/). You can find the latest version in
-[git](http://http://pivot.cs.unb.ca/git?p=ikiperl.git;a=blob_plain;f=IkiWiki/Plugin/sourcehighlight.pm;hb=HEAD).
+[git](http://pivot.cs.unb.ca/git?p=ikiperl.git;a=blob_plain;f=IkiWiki/Plugin/sourcehighlight.pm;hb=HEAD).
You must specify `highlight_lang=>"foo,bar"` in your setup file.
where foo and bar are the (source-supported) languages you want to
highlight