]> sipb.mit.edu Git - ikiwiki.git/commitdiff
response
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 21 Dec 2006 19:53:58 +0000 (19:53 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 21 Dec 2006 19:53:58 +0000 (19:53 +0000)
doc/bugs/linkingrules_should_document_how_to_link_to_page_at_root_if_non-root_page_exists.mdwn

index 03ae214251ecb28ff2cf3c2460710337caa0c13a..11b2e1ecd12af7772a1720fd1f03dbffefc6b5be 100644 (file)
@@ -1 +1,5 @@
-The [[linking_rules|subpage/linkingrules]] should document how to link to a page at the root of the wiki when a normal, unadorned link would use a page of the same name further down the hierarchy.  For example, how should [[todo/latex]] link to [[logo]] rather than [[todo/logo|todo/logo]]?
\ No newline at end of file
+The [[linking_rules|subpage/linkingrules]] should document how to link to a page at the root of the wiki when a normal, unadorned link would use a page of the same name further down the hierarchy.  For example, how should [[todo/latex]] link to [[logo]] rather than [[todo/logo|todo/logo]]?
+
+> I agree, unfortunatly the real bug is that the linking rules don't
+> provide a way to do such a link. \[[../foo]] is probably the best
+> approach, although it won't work yet. --[[Joey]]