]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by cjb: Fixed URL
authorJoey Hess <joey@kitenet.net>
Thu, 10 Apr 2008 05:06:21 +0000 (01:06 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 10 Apr 2008 05:06:21 +0000 (01:06 -0400)
doc/plugins/contrib/sourcehighlight.mdwn

index f89677d9ed563e8bcfd3a714abc2e935f75379c7..0066c9b9fa5cbca92c17cf255eb5a8e5eae3ccb7 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=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