diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-24 10:43:21 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-24 10:43:21 +0200 |
commit | 3639d4798cd1ac26b715d8d74ff7855474fb01d7 (patch) | |
tree | fa1c52d6caa937c2a1fdd676792872404c5337ed /user_guide_src/source/libraries/output.rst | |
parent | 93dd2f2896979258fe52eaf937a3c0855b4bbcf1 (diff) |
[ci skip] Fix an erroneous link in the docs
Diffstat (limited to 'user_guide_src/source/libraries/output.rst')
-rw-r--r-- | user_guide_src/source/libraries/output.rst | 2 |
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(); |