diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-04 15:05:31 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-04 15:05:31 +0000 |
commit | e0f7bbcadccb94f883211bd1e8de0ad71daf2c4a (patch) | |
tree | 94e5c18c323e712ac4a903cc5bc2bdf174854095 | |
parent | ca2755b20cef01a0cc686a30519a07b5c3d3f336 (diff) |
use a multi word link in example, as this is a bit confusing
-rw-r--r-- | basewiki/wikilink.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basewiki/wikilink.mdwn b/basewiki/wikilink.mdwn index 6051fe120..21f10a7dd 100644 --- a/basewiki/wikilink.mdwn +++ b/basewiki/wikilink.mdwn @@ -15,5 +15,5 @@ Note that if the file linked to by a WikiLink looks like an image, it will be displayed inline on the page. It's also possible to write a WikiLink that uses something other than the -page name as the link text. For example "\[[foo|SandBox]]" links to the -SandBox page, but the link will appear like this: [[foo|SandBox]] +page name as the link text. For example "\[[foo_bar|SandBox]]" links to the +SandBox page, but the link will appear like this: [[foo_bar|SandBox]] |