summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/index/discussion.mdwn10
-rw-r--r--doc/todo/recentchanges_path.mdwn9
2 files changed, 9 insertions, 10 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn
index 904cedeb6..7f82e87ce 100644
--- a/doc/index/discussion.mdwn
+++ b/doc/index/discussion.mdwn
@@ -147,16 +147,6 @@ Ok, that's my last 2 cents for a while. --[Mazirian](http://mazirian.com)
----
-# RecentChanges should show path to wiki sub-pages?
-
-The RecentChanges only shows the final file name for the recently changes file,
-for example "discussion". It would be more useful to see "index/discussion"
-or the path to the sub-page. I think this is handled by the htmllink() routine.
-
-> Went ahead and did this, IMHO the display is ok as-is. --[[Joey]]
-
-----
-
# Should not create an existing page
This might be a bug, but will discuss it here first.
diff --git a/doc/todo/recentchanges_path.mdwn b/doc/todo/recentchanges_path.mdwn
new file mode 100644
index 000000000..186047918
--- /dev/null
+++ b/doc/todo/recentchanges_path.mdwn
@@ -0,0 +1,9 @@
+# RecentChanges should show path to wiki sub-pages?
+
+The RecentChanges only shows the final file name for the recently changes file,
+for example "discussion". It would be more useful to see "index/discussion"
+or the path to the sub-page. I think this is handled by the htmllink() routine.
+
+> Went ahead and did this, IMHO the display is ok as-is. --[[Joey]]
+
+[[todo/done]]