From: AlexandreDupas Date: Wed, 23 Jul 2008 13:04:28 +0000 (-0400) Subject: corrected link to the wikiannounce program X-Git-Tag: 2.55~61^2~1 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/eca900e65934d89ba48c9055eb05482ac0d590fd?hp=89ca6143eee50fc75499eaacf9022d65cfe0adc7 corrected link to the wikiannounce program --- diff --git a/doc/tips/wikiannounce.mdwn b/doc/tips/wikiannounce.mdwn index 0d1973546..6eb142cdf 100644 --- a/doc/tips/wikiannounce.mdwn +++ b/doc/tips/wikiannounce.mdwn @@ -2,7 +2,7 @@ One thing I use ikiwiki for is the web pages for software projects I maintain. Each of my projects has a news page with an announcements feed, and to automatically update this when I release a new version, generating an announcement from the debian/changelog and debian/NEWS files, I use a -[wikiannounce](http://git.kitenet.net/?p=joey/home;a=blob_plain;f=bin/wikiannounce) +[wikiannounce](http://git.kitenet.net/?p=joey/home.git;a=blob_plain;f=bin/wikiannounce) program. It's somewhat specific to dealing with Debian packages, and uses a special `announcedir` target in debian/rules, but the general idea could be useful. --[[Joey]]