summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-08 20:04:18 -0500
committerJoey Hess <joey@kitenet.net>2007-12-08 20:04:18 -0500
commitfa90bdf4bf44d108bd8c3d53104b48aa20dc18eb (patch)
tree9c26995606afc27cfc90a54d911b246d15e70642 /doc/bugs
parent5959a32f9746aa600fd852f6b11f635ad2020253 (diff)
fix up some links
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/Spaces_in_link_text_for_ikiwiki_links.mdwn2
-rw-r--r--doc/bugs/Trailing_slash_breaks_links.mdwn2
-rw-r--r--doc/bugs/map_does_not_link_directory_for_which_a_file_also_exists/discussion.mdwn2
-rw-r--r--doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn4
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/bugs/Spaces_in_link_text_for_ikiwiki_links.mdwn b/doc/bugs/Spaces_in_link_text_for_ikiwiki_links.mdwn
index d6e4e5a9b..17479aacc 100644
--- a/doc/bugs/Spaces_in_link_text_for_ikiwiki_links.mdwn
+++ b/doc/bugs/Spaces_in_link_text_for_ikiwiki_links.mdwn
@@ -11,7 +11,7 @@ reported in [[index/discussion#index11h1]].
> The above examples are ambiguous, only worked due to a bug, and were
> never documented to work. So I'm not inclined to re-add support for them.
>
-> If you look at [[WikiLink]], it is clear that spaces cannot be used in
+> If you look at [[ikiwiki/WikiLink]], it is clear that spaces cannot be used in
> WikiLinks. It also shows how to use underscores in the link text if you
> want multiple words.
>
diff --git a/doc/bugs/Trailing_slash_breaks_links.mdwn b/doc/bugs/Trailing_slash_breaks_links.mdwn
index aa03e2e91..11ef49ca3 100644
--- a/doc/bugs/Trailing_slash_breaks_links.mdwn
+++ b/doc/bugs/Trailing_slash_breaks_links.mdwn
@@ -1,4 +1,4 @@
-A trailing slash on a [[wikilink]] breaks the link:
+A trailing slash on a [[ikiwiki/wikilink]] breaks the link:
`\[[todo/Gallery/]]` appears as [[todo/Gallery/]].
diff --git a/doc/bugs/map_does_not_link_directory_for_which_a_file_also_exists/discussion.mdwn b/doc/bugs/map_does_not_link_directory_for_which_a_file_also_exists/discussion.mdwn
index 439486741..44ff4143f 100644
--- a/doc/bugs/map_does_not_link_directory_for_which_a_file_also_exists/discussion.mdwn
+++ b/doc/bugs/map_does_not_link_directory_for_which_a_file_also_exists/discussion.mdwn
@@ -1,3 +1,3 @@
On <http://phd.martin-krafft.net/wiki/tag/factors/ideology/>, another symptom of this problem can be seen: the page collects pages linking to `tag/factors/ideology`, and `/factors/language` is one of those. However, the link points to `tag/factors/language`, which does *not* link to `tag/factors/ideology`.
-I think this is an artefact of the intersection of ikiwiki [[SubPage/LinkingRules]] with the use of a page's basename when its path relative to the wikiroot should be used. \ No newline at end of file
+I think this is an artefact of the intersection of ikiwiki [[ikiwiki/SubPage/LinkingRules]] with the use of a page's basename when its path relative to the wikiroot should be used.
diff --git a/doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn b/doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn
index 2bda0cc0f..744f26f4c 100644
--- a/doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn
+++ b/doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn
@@ -1,8 +1,8 @@
In [[ikiwiki/markdown]] syntax, none of the other special characters get processed
-inside a code block. However, in ikiwiki, [[wiki_links|wikilink]] and
+inside a code block. However, in ikiwiki, [[wiki_links|ikiwiki/wikilink]] and
[[preprocessor_directives|ikiwiki/preprocessordirective]] still get processed
inside a code block, requiring additional escaping. For example, `[links
-don't work](#here)`, but `a [[wikilink]] becomes HTML`. --[[JoshTriplett]]
+don't work](#here)`, but `a [[ikiwiki/wikilink]] becomes HTML`. --[[JoshTriplett]]
Indented lines provide a good way to escape a block of text containing
markdown syntax, but ikiwiki links like \[[this]] are still