diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-14 15:20:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-14 15:20:37 -0400 |
commit | 5d027102f50f5a6fb74d67c7a04e88fde542d7b3 (patch) | |
tree | 58f84a8db5cffa9cbc1ca6ea452f74398f497070 /doc/tips | |
parent | d0d9ae5f8c548f87ba3ad3bdb2271b69920cf7cc (diff) | |
download | ikiwiki-5d027102f50f5a6fb74d67c7a04e88fde542d7b3.tar ikiwiki-5d027102f50f5a6fb74d67c7a04e88fde542d7b3.tar.gz |
fix link
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/blog_script.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/blog_script.mdwn b/doc/tips/blog_script.mdwn index b0f5f14c1..1dfd71538 100644 --- a/doc/tips/blog_script.mdwn +++ b/doc/tips/blog_script.mdwn @@ -1,4 +1,4 @@ -I have a [blog](http://git.kitenet.net/?p=joey/home;a=blob_plain;f=bin/blog) +I have a [blog](http://git.kitenet.net/?p=joey/home.git;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. |