X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/06a9e1cc41c3b7beb88387405c6a7d1e712ebfb2..937c0742322065452a204069e0ba5abc625ec0c6:/doc/plugins/404.mdwn

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`