diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-21 16:48:15 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-21 16:48:15 -0500 |
commit | 63b919b2308d3c392c98850ad5ec1c65593cdf5a (patch) | |
tree | daa0c7a680b4e9c4eae55c5d6a4b977eb0f7a054 /doc/examples | |
parent | 836bf625c9de3c7624c2863228662583b634a16f (diff) | |
download | ikiwiki-63b919b2308d3c392c98850ad5ec1c65593cdf5a.tar ikiwiki-63b919b2308d3c392c98850ad5ec1c65593cdf5a.tar.gz |
fix links
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/blog.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/blog.mdwn b/doc/examples/blog.mdwn index 0861d42f7..687f4afce 100644 --- a/doc/examples/blog.mdwn +++ b/doc/examples/blog.mdwn @@ -12,13 +12,13 @@ Some additional configuration you might want to do: example of how to tag a post is: \[[!tag tags/life]] -* Enable the [[sidebar|plugin/sidebar]] plugin to get a sidebar listing all +* Enable the [[sidebar|plugins/sidebar]] plugin to get a sidebar listing all the categories you've tagged posts with. -* Enable the [[pagestats|plugin/pagestats]] plugin to get a tag cloud +* Enable the [[pagestats|plugins/pagestats]] plugin to get a tag cloud * display on the [[index]]. -* Enable the [[comments|plugin/comments]] plugin and configure it to +* Enable the [[comments|plugins/comments]] plugin and configure it to enable comments to posts to the blog: comments_pagespec => 'blog/posts/*', |