diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-21 22:15:11 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-21 22:15:11 +0000 |
commit | 2476447a5b10843670287e0896871f68c3b9d1c6 (patch) | |
tree | 78fc8212171b81e637d4f828b48b49503fa891f9 /basewiki/subpage | |
parent | c1cd1ca9628431a5e190bbba5e6695c85b04a787 (diff) | |
download | ikiwiki-2476447a5b10843670287e0896871f68c3b9d1c6.tar ikiwiki-2476447a5b10843670287e0896871f68c3b9d1c6.tar.gz |
changed my mind about how to disambiguate links, it seems to make more
sense to start them with a /
Diffstat (limited to 'basewiki/subpage')
-rw-r--r-- | basewiki/subpage/linkingrules.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/basewiki/subpage/linkingrules.mdwn b/basewiki/subpage/linkingrules.mdwn index 1543801b3..c07a81387 100644 --- a/basewiki/subpage/linkingrules.mdwn +++ b/basewiki/subpage/linkingrules.mdwn @@ -20,8 +20,8 @@ the only way to link to an unrelated [[SubPage]]. You can use this to, for example, to link from BazBar to "FooBar/SubPage", or from BazBar/SubPage to "FooBar/SubPage". -You can also use ".." in a link, to specify exactly which page to link to, -when there are multiple pages with similar names and the link goes to the -wrong page by default. For example, linking from "FooBar/SubPage" to -".../OtherPage" will link to the "OtherPage" in the root of the wiki, even -if there is a "FooBar/OtherPage". +You can also use "/" at the start of a link, to specify exactly which page +to link to, when there are multiple pages with similar names and the link +goes to the wrong page by default. For example, linking from +"FooBar/SubPage" to "/OtherPage" will link to the "OtherPage" in the root +of the wiki, even if there is a "FooBar/OtherPage". |