summaryrefslogtreecommitdiff
path: root/doc/todo/rst_plugin_python_rewrite.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-21 04:31:11 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-21 04:31:11 +0000
commit66910d380ddf834696103b6de19bcbfa6f87219f (patch)
tree478a5bb8d767afa4a73eed00855d68f9888646bf /doc/todo/rst_plugin_python_rewrite.mdwn
parent12535074b65a9612023f1ffc0f14ea04f23a892e (diff)
fix
Diffstat (limited to 'doc/todo/rst_plugin_python_rewrite.mdwn')
-rw-r--r--doc/todo/rst_plugin_python_rewrite.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/rst_plugin_python_rewrite.mdwn b/doc/todo/rst_plugin_python_rewrite.mdwn
index 7f7bdb525..7626f03a3 100644
--- a/doc/todo/rst_plugin_python_rewrite.mdwn
+++ b/doc/todo/rst_plugin_python_rewrite.mdwn
@@ -1,5 +1,5 @@
-The [[plugin/rst]] plugin is slow because it forks python for each page
+The [[plugins/rst]] plugin is slow because it forks python for each page
rendered. Now that ikiwiki supports plugins written in
-[[other_languages|plugin/write/external]], it would be excellent if someone
+[[other_languages|plugins/write/external]], it would be excellent if someone
could rewrite the rst plugin as a pure python external plugin. It would
then run nice and quick.