]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/wikilink.mdwn
avoid undefined value warning in some case
[ikiwiki.git] / doc / wikilink.mdwn
index 4b82e7380ab4f819e0fc33932432ed6906b15c9a..d7e2ec6e036dfed389f9d89eaea83ce688d9d4f1 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 are 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]]".