web commit by neal
authorwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 15 Aug 2006 17:44:53 +0000 (17:44 +0000)
committerwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 15 Aug 2006 17:44:53 +0000 (17:44 +0000)
doc/wikilink.mdwn

index 4b82e7380ab4f819e0fc33932432ed6906b15c9a..9586bfa44da2fe33a03889aa26e86695211a23b1 100644 (file)
@@ -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]]".