X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/d75e4ee12c73d5644df0ca0c368a3bcc2c9d05e2..5ec2d2d40d803ac0288acdcdd5125de6f4c2b769:/doc/tips/wikiannounce.mdwn?ds=sidebyside

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]]