-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]]
-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