summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLinus Metzler <[email protected]>2014-10-04 12:41:48 +0200
committerLinus Metzler <[email protected]>2014-10-04 12:41:48 +0200
commitde9a4c0fcaab076b5a12e3f64e168581b85271b9 (patch)
tree6a6b0075aedeae8537fc6303091a7576ae73fd41 /docs
parentb0922d8719a94e3a0e0e4a0ca3876f4f91475dcf (diff)
fixing links to the PHP documentation
php.net recently changed their links a bit which results in a call to http://uk2.php.net/ to return a 404 error
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst
index 6b5f2ff..c66a105 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -362,6 +362,6 @@ If you wish to use custom caching functions, you can set them from the configure
.. _PDO documentation: http://php.net/manual/en/pdo.construct.php
.. _the PDO documentation: http://www.php.net/manual/en/pdo.construct.php
-.. _the PDO set attribute documentation: http://uk2.php.net/manual/en/pdo.setattribute.php
+.. _the PDO set attribute documentation: http://php.net/manual/en/pdo.setattribute.php
.. _PDOStatement documentation: http://www.php.net/manual/en/class.pdostatement.php
.. _Memcached: http://www.memcached.org/