summaryrefslogtreecommitdiff
path: root/doc/ikiwiki
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-04-24 00:47:46 -0400
committerJoey Hess <joey@kitenet.net>2010-04-24 00:47:46 -0400
commitb28323e76a98d56fa4af813338a134dea0106626 (patch)
tree4c184545ded687d55e8355690166c2b76e6fb01a /doc/ikiwiki
parentbe3d754320088ecbb0d60a1675d71078611ef62c (diff)
fix caps
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r--doc/ikiwiki/subpage.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ikiwiki/subpage.mdwn b/doc/ikiwiki/subpage.mdwn
index e047b860c..862f45ec1 100644
--- a/doc/ikiwiki/subpage.mdwn
+++ b/doc/ikiwiki/subpage.mdwn
@@ -5,8 +5,8 @@ this page, [[SubPage]] has some related pages placed under it, like
wiki rather than just having a great big directory full of pages.
To add a SubPage, just make a subdirectory and put pages in it. For
-example, this page is SubPage.mdwn in this wiki's source, and there is also
-a SubPage subdirectory, which contains SubPage/LinkingRules.mdwn. Subpages
+example, this page is subpage.mdwn in this wiki's source, and there is also
+a subpage subdirectory, which contains subpage/linkingrules.mdwn. Subpages
can be nested as deeply as you'd like.
Linking to and from a SubPage is explained in [[LinkingRules]].