aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/contrib/sourcehighlight.mdwn
diff options
context:
space:
mode:
authorbremner <bremner@web>2008-09-12 10:58:28 -0400
committerJoey Hess <joey@kitenet.net>2008-09-12 10:58:28 -0400
commit739d9293487cd1393d67f118921dbe061ea383ee (patch)
treef5e96ac9ca1a34d737bf04cff5e73b2a8328d75a /doc/plugins/contrib/sourcehighlight.mdwn
parent9cf779de2f119a5cc77b8875db9acb30c749b613 (diff)
downloadikiwiki-739d9293487cd1393d67f118921dbe061ea383ee.tar
ikiwiki-739d9293487cd1393d67f118921dbe061ea383ee.tar.gz
change name of repo
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 0066c9b9f..0f1ab1b21 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://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=ikiplugins.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