From 2476447a5b10843670287e0896871f68c3b9d1c6 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 21 Dec 2006 22:15:11 +0000 Subject: changed my mind about how to disambiguate links, it seems to make more sense to start them with a / --- ...ld_document_how_to_link_to_page_at_root_if_non-root_page_exists.mdwn | 2 +- doc/todo/latex.mdwn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/bugs/linkingrules_should_document_how_to_link_to_page_at_root_if_non-root_page_exists.mdwn b/doc/bugs/linkingrules_should_document_how_to_link_to_page_at_root_if_non-root_page_exists.mdwn index b6dd51fc7..27e07eb2e 100644 --- a/doc/bugs/linkingrules_should_document_how_to_link_to_page_at_root_if_non-root_page_exists.mdwn +++ b/doc/bugs/linkingrules_should_document_how_to_link_to_page_at_root_if_non-root_page_exists.mdwn @@ -1,3 +1,3 @@ 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]]? -> [[bugs/done]].. the syntax to use is ../logo --[[Joey]] +> [[bugs/done]].. the syntax to use is "/logo" --[[Joey]] diff --git a/doc/todo/latex.mdwn b/doc/todo/latex.mdwn index 940145dd7..e45db3aed 100644 --- a/doc/todo/latex.mdwn +++ b/doc/todo/latex.mdwn @@ -2,4 +2,4 @@ How about a plugin adding a [[preprocessor_directive|preprocessordirective]] to render some given LaTeX as a PNG via [[debpkg dvipng]] and include the resulting image in the page? Useful for mathematics, as well as for stuff like the LaTeX version of the -ikiwiki [[../../logo]]. +ikiwiki [[/logo]]. -- cgit v1.2.3