summaryrefslogtreecommitdiff
path: root/doc/wikilink.mdwn
diff options
context:
space:
mode:
authorwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-15 17:44:53 +0000
committerwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-15 17:44:53 +0000
commitbd8d5a2b57713cae512c4f8dc41fe4b22dcbe941 (patch)
tree47f5030485add67ed2fa7316e58c9958a2629fe7 /doc/wikilink.mdwn
parent543479eb22c43d26f73f2b43dbea45eea6bd56c1 (diff)
web commit by neal
Diffstat (limited to 'doc/wikilink.mdwn')
-rw-r--r--doc/wikilink.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/wikilink.mdwn b/doc/wikilink.mdwn
index 4b82e7380..9586bfa44 100644
--- a/doc/wikilink.mdwn
+++ b/doc/wikilink.mdwn
@@ -2,9 +2,9 @@ WikiLinks provide easy linking between pages of the wiki. To create a
[[WikiLink]], just put the name of the page to link to in double brackets.
For example "\[[WikiLink]]".
-Wiki links may not contain spaces. The associated file must be the wiki
-link with any capital letters converted to lower case plus the file
-extention.
+The file name associated with a wiki link is create as follows: capital
+letters converted to lower case and spaces to underscores. Finally,
+the file extention is added.
If you ever need to write something like "\[[WikiLink]] without creating a
wikilink, just prefix it with a "\", like "\\\\[[WikiLink]]".