summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-10-24 10:43:21 +0200
committerAndrey Andreev <narf@bofh.bg>2012-10-24 10:43:21 +0200
commit3639d4798cd1ac26b715d8d74ff7855474fb01d7 (patch)
treefa1c52d6caa937c2a1fdd676792872404c5337ed
parent93dd2f2896979258fe52eaf937a3c0855b4bbcf1 (diff)
[ci skip] Fix an erroneous link in the docs
-rw-r--r--user_guide_src/source/libraries/output.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/output.rst b/user_guide_src/source/libraries/output.rst
index 2b72ba777..82b1a56a5 100644
--- a/user_guide_src/source/libraries/output.rst
+++ b/user_guide_src/source/libraries/output.rst
@@ -105,7 +105,7 @@ Permits you to manually set a server status header. Example::
`See here <http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html>`_ for
a full list of headers.
-.. note:: This method is an alias for :doc:`Common function <../general/common_functions.rst>`
+.. note:: This method is an alias for :doc:`Common function <../general/common_functions>`
``set_status_header()``.
$this->output->enable_profiler();