diff options
author | Joey Hess <joey@kitenet.net> | 2007-11-27 01:57:04 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-11-27 01:57:04 -0500 |
commit | d75e4ee12c73d5644df0ca0c368a3bcc2c9d05e2 (patch) | |
tree | ce0a9e9a24f3d42a0783d4a70819757e61efb242 | |
parent | 47040e4e173254bb3f2f5126163725e8e2ae5f96 (diff) | |
download | ikiwiki-d75e4ee12c73d5644df0ca0c368a3bcc2c9d05e2.tar ikiwiki-d75e4ee12c73d5644df0ca0c368a3bcc2c9d05e2.tar.gz |
update some links from svn.kitenet.net to git.kitenet.net
-rw-r--r-- | doc/tips/blog_script.mdwn | 9 | ||||
-rw-r--r-- | doc/tips/wikiannounce.mdwn | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/doc/tips/blog_script.mdwn b/doc/tips/blog_script.mdwn index bc9fb00e6..b0f5f14c1 100644 --- a/doc/tips/blog_script.mdwn +++ b/doc/tips/blog_script.mdwn @@ -1,5 +1,6 @@ -I have a [blog](http://svn.kitenet.net/trunk/bin/blog) program that I use to -write blog posts in a text editor. The first line I enter is used as the -title, and it automatically comes up with a unique page name based on the -title and handles all the details of posting to my blog. --[[Joey]] +I have a [blog](http://git.kitenet.net/?p=joey/home;a=blob_plain;f=bin/blog) +program that I use to write blog posts in a text editor. The first line I +enter is used as the title, and it automatically comes up with a unique page +name based on the title and handles all the details of posting to my blog. +--[[Joey]] diff --git a/doc/tips/wikiannounce.mdwn b/doc/tips/wikiannounce.mdwn index 361620ece..0d1973546 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://svn.kitenet.net/trunk/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]] +[wikiannounce](http://git.kitenet.net/?p=joey/home;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]] |