aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/404.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/plugins/404.mdwn')
-rw-r--r--doc/plugins/404.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/404.mdwn b/doc/plugins/404.mdwn
index db86a13b8..128b26e7b 100644
--- a/doc/plugins/404.mdwn
+++ b/doc/plugins/404.mdwn
@@ -7,7 +7,7 @@ nonexistent page provides you with a link to create it.
To enable the 404 handler you need to:
-1. Edit your `.setup` file and add `404` and `goto` to the `add_plugins` line.
+1. Edit your `.setup` file and add `404` to the `add_plugins` line.
2. Add a 404 error document handler in your Apache configuration:
`ErrorDocument 404 /url/path/to/ikiwiki.cgi`