diff options
author | http://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web> | 2009-06-05 14:49:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-06-05 14:49:39 -0400 |
commit | c715c20fde41404fc635389676cc47ad30b5a911 (patch) | |
tree | 7ca591a21edb87abd571122da67541fefadd26e4 | |
parent | 7158fab372e94bfd8f1cd7d16756b80df55d876a (diff) |
Put wikilink on a useful term (perhaps, someday there is an explanation there about all relevant stuff about anchors in ikiwiki).
-rw-r--r-- | doc/ikiwiki/wikilink.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ikiwiki/wikilink.mdwn b/doc/ikiwiki/wikilink.mdwn index 371c2528f..69247f3ed 100644 --- a/doc/ikiwiki/wikilink.mdwn +++ b/doc/ikiwiki/wikilink.mdwn @@ -20,8 +20,8 @@ It's also possible to write a WikiLink that uses something other than the 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]]. -To link to an anchor inside a page, you can use something like -`\[[WikiLink#foo]]` +To link to an [[ikiwiki/anchor]] inside a page, you can use something like +`\[[WikiLink#foo]]` . ## Directives and WikiLinks |