summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-23 15:00:07 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-23 15:00:07 -0400
commit335a6a59e66ee7c2cf0c68c659259b885f7e8a07 (patch)
tree4cb120f998980313c8066578177f94c7efe5ecb4 /doc/tips
parent41b0c029c8e1c8cfe776c594c1912e84106d52a7 (diff)
parent1d1767192c80548755655cfe1ce8e503b392c7c1 (diff)
Merge branch 'master' into tova
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/wikiannounce.mdwn2
1 files changed, 1 insertions, 1 deletions
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]]