summaryrefslogtreecommitdiff
path: root/doc/plugins/contrib
diff options
context:
space:
mode:
authorJon Dowland <jmtd@debian.org>2010-03-01 10:28:59 +0000
committerJon Dowland <jmtd@debian.org>2010-03-01 10:28:59 +0000
commit4be426ab1ad01a2a90151d741f737d41a12a6cbe (patch)
tree8d728a2e9008e687a741d32a8c642045e5a55698 /doc/plugins/contrib
parent60d2dd318f66563c3ee3bde950d7f53426530acc (diff)
wl from report to field plugin pages
Diffstat (limited to 'doc/plugins/contrib')
-rw-r--r--doc/plugins/contrib/report.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/contrib/report.mdwn b/doc/plugins/contrib/report.mdwn
index 7130bcb5f..e8cbd0486 100644
--- a/doc/plugins/contrib/report.mdwn
+++ b/doc/plugins/contrib/report.mdwn
@@ -18,7 +18,7 @@ IkiWiki::Plugin::report - Produce templated reports from page field data.
This plugin provides the **report** directive. This enables one to report on
the structured data ("field" values) of multiple pages; the output is formatted
-via a template. This depends on the "field" plugin.
+via a template. This depends on the [[plugins/contrib/field]] plugin.
The pages to report on are selected by a PageSpec given by the "pages"
parameter. The template is given by the "template" parameter.