diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-30 18:30:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-30 18:30:28 -0400 |
commit | ad5d49f25a4f626acca0c562ba48f7550aa30a73 (patch) | |
tree | 69d867f7960858200bb02949336ce12c0a369623 | |
parent | 22879eba60c685c275af3d986fa54ae994f8d66a (diff) | |
download | ikiwiki-ad5d49f25a4f626acca0c562ba48f7550aa30a73.tar ikiwiki-ad5d49f25a4f626acca0c562ba48f7550aa30a73.tar.gz |
fix links
-rw-r--r-- | doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn | 2 | ||||
-rw-r--r-- | doc/todo/aggregate_locking.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn b/doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn index 14f143088..61f6f733a 100644 --- a/doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn +++ b/doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn @@ -1,4 +1,4 @@ -It would be nice if the [[aggregate_plugin|plugin/aggregate]] would try to +It would be nice if the [[aggregate_plugin|plugins/aggregate]] would try to extract the m/ctime out of each post and touch the files on the filesystem appropriately, so that ikiwiki reflects the actual time of the post via the [[inline_plugin|plugins/inline]], rather than the time when the aggregation ran to pull the post in. --[[madduck]] diff --git a/doc/todo/aggregate_locking.mdwn b/doc/todo/aggregate_locking.mdwn index b6c82e923..062f34ea3 100644 --- a/doc/todo/aggregate_locking.mdwn +++ b/doc/todo/aggregate_locking.mdwn @@ -1,4 +1,4 @@ -The [[plugin/aggregate]] plugin's locking is a suboptimal. +The [[plugins/aggregate]] plugin's locking is a suboptimal. There should be no need to lock the wiki while aggregating -- it's annoying that long aggregate runs can block edits from happening. However, not |