summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2013-10-01 20:41:02 +0400
committerAlexander Shorin <kxepal@apache.org>2013-10-03 20:17:29 +0400
commitc1982716026951ba15f0df09c2cfa8501ed89a50 (patch)
tree394e0242287d1c31bd9ddcddeb3c6c293992c8b5
parent218c25b44d90cb4d134964fb4719c6c56256ad49 (diff)
downloadcouchdb-c1982716026951ba15f0df09c2cfa8501ed89a50.tar.gz
Fix broken reference to config option.
-rw-r--r--share/doc/src/cve/2012-5641.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/src/cve/2012-5641.rst b/share/doc/src/cve/2012-5641.rst
index 04a0af994..13f11e726 100644
--- a/share/doc/src/cve/2012-5641.rst
+++ b/share/doc/src/cve/2012-5641.rst
@@ -55,8 +55,8 @@ Users may simply exclude any file-based web serving components directly
within their configuration file, typically in `local.ini`. On a default
CouchDB installation, this requires amending the
:config:option:`httpd_global_handlers/favicon.ico` and
-:config::`config/httpd_global_handlers/_utils` lines within
-``[httpd_global_handlers]``::
+:config:option:`httpd_global_handlers/_utils` lines within
+:config:section:`httpd_global_handlers`::
[httpd_global_handlers]
favicon.ico = {couch_httpd_misc_handlers, handle_welcome_req, <<"Forbidden">>}