diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-06 21:54:23 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-06 21:54:23 +0000 |
commit | 4bd97415afcfa4c48c95e875ca9b4a73e1178030 (patch) | |
tree | 3b5201aeddd31e0c0ffcb93a4fcfaa59301a6133 /doc/tips | |
parent | bf3e5e003903786b5d6819e02116c93a86ae990e (diff) | |
download | ikiwiki-4bd97415afcfa4c48c95e875ca9b4a73e1178030.tar ikiwiki-4bd97415afcfa4c48c95e875ca9b4a73e1178030.tar.gz |
web commit by JoshTriplett: Use full path "examples/softwaresite" in reference to ikiwiki's documentation.
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/issue_tracking.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tips/issue_tracking.mdwn b/doc/tips/issue_tracking.mdwn index 6705e5936..787f698a5 100644 --- a/doc/tips/issue_tracking.mdwn +++ b/doc/tips/issue_tracking.mdwn @@ -54,7 +54,8 @@ The simplest way to use ikiwiki is to build static HTML files from source wiki files. This example builds a wiki for an imaginary software project. The wiki source files used in this example are available in the -[[examples/softwaresite]] section of ikiwiki's documentation. +[[examples/softwaresite|examples/softwaresite]] section +of ikiwiki's documentation. wiki$ ls Makefile bugs.mdwn doc/ download.mdwn news/ |