]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/contrib/sourcehighlight.mdwn
change name of repo
[ikiwiki.git] / doc / plugins / contrib / sourcehighlight.mdwn
index f89677d9ed563e8bcfd3a714abc2e935f75379c7..0f1ab1b21e1d20c3afeebc4c62e15d62678c5d83 100644 (file)
@@ -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=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