aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-06-05 16:24:46 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-06-05 16:24:46 -0400
commitdf20a91bc9efe48cb96ecb7efd39643a816dd489 (patch)
tree5902d0f2d04ea5c25a24325e75026a42c2ef972a
parentdd4e363215ace3ae1ced460ddc4d84b496110f2e (diff)
downloadikiwiki-df20a91bc9efe48cb96ecb7efd39643a816dd489.tar
ikiwiki-df20a91bc9efe48cb96ecb7efd39643a816dd489.tar.gz
move anchor page out of ikiwiki subdir
Since this page is not in the basewiki, it is confusing to put it in the ikiwiki subdir, which is intended for basewiki and other underlay pages that are used to document ikiwiki on other wikis.
-rw-r--r--doc/anchor.mdwn (renamed from doc/ikiwiki/anchor.mdwn)0
-rw-r--r--doc/ikiwiki/wikilink/discussion.mdwn4
-rw-r--r--doc/plugins/contrib/headinganchors.mdwn2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/ikiwiki/anchor.mdwn b/doc/anchor.mdwn
index 012e52fa0..012e52fa0 100644
--- a/doc/ikiwiki/anchor.mdwn
+++ b/doc/anchor.mdwn
diff --git a/doc/ikiwiki/wikilink/discussion.mdwn b/doc/ikiwiki/wikilink/discussion.mdwn
index ac32834b2..b146c9447 100644
--- a/doc/ikiwiki/wikilink/discussion.mdwn
+++ b/doc/ikiwiki/wikilink/discussion.mdwn
@@ -1,6 +1,6 @@
-# Creating an [[ikiwiki/anchor]] in Markdown
+# Creating an [[anchor]] in Markdown
-Is it a native Markdown "tag" for creating an [[ikiwiki/anchor]]? Unfortunately,
+Is it a native Markdown "tag" for creating an [[anchor]]? Unfortunately,
I haven't any information about it at
[Markdown syntax](http://daringfireball.net/projects/markdown/syntax) page.
diff --git a/doc/plugins/contrib/headinganchors.mdwn b/doc/plugins/contrib/headinganchors.mdwn
index 0b007f00e..becbf89a5 100644
--- a/doc/plugins/contrib/headinganchors.mdwn
+++ b/doc/plugins/contrib/headinganchors.mdwn
@@ -1,6 +1,6 @@
[[!template id=plugin name=headinganchors author="[[PaulWise]]"]]
-This is a simple plugin to add ids (which will server as [[ikiwiki/anchor]]s) to all headings, based on their text. It
+This is a simple plugin to add ids (which will serve as [[anchor]]s) to all headings, based on their text. It
works as a postprocessing filter, allowing it to work on mdwn, wiki, html,
rst and any other format that produces html. The code is available here: