summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorConnor Tumbleson <connor.tumbleson@gmail.com>2014-01-23 15:48:16 +0100
committerConnor Tumbleson <connor.tumbleson@gmail.com>2014-01-24 13:56:55 +0100
commitb8401d44036d0fbf336ba29ec2f17c82df5ea580 (patch)
treee3742f66a42784eeb7e78eb9e669182b4f7a8168 /user_guide_src
parent8b9dd229bc58e271cba9665d26882d8c8449ac36 (diff)
fix bad url
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/general/styleguide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/general/styleguide.rst b/user_guide_src/source/general/styleguide.rst
index 5613eabec..000d04e1c 100644
--- a/user_guide_src/source/general/styleguide.rst
+++ b/user_guide_src/source/general/styleguide.rst
@@ -565,7 +565,7 @@ the ability to change this in the php.ini, you can often enable it with::
ini_set('display_errors', 1);
.. note:: Setting the `display_errors
- <http://php.net/manual/en/ref.errorfunc.php#ini.display-errors>`_
+ <http://php.net/manual/en/function.ini-set.php>`_
setting with ``ini_set()`` at runtime is not identical to having
it enabled in the PHP environment. Namely, it will not have any
effect if the script has fatal errors.