summaryrefslogtreecommitdiff
path: root/docs/configuration.rst
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2013-01-03 12:42:57 +0000
committerSimon Holywell <[email protected]>2013-01-03 12:42:57 +0000
commit7b8bf03667d61bedfd405f7650a391504f4879e4 (patch)
tree156e626575ef01698cbc26fc88399e7bfbd4804f /docs/configuration.rst
parenta444f7141c2e235eb11ccf38806e8f24ef1f3051 (diff)
Issue #81 Move documentation out of one massive readme file
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r--docs/configuration.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst
index 03e1d38..698b67d 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -116,7 +116,7 @@ class constants defined by PDO. For example:
ORM::configure('error_mode', PDO::ERRMODE_WARNING);
The default setting is ``PDO::ERRMODE_EXCEPTION``. For full details of
-the error modes available, see `the PDO documentation`_.
+the error modes available, see `the PDO set attribute documentation`_.
Identifier quote character
^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -208,5 +208,5 @@ Warnings and gotchas
.. _PDO documentation: http://php.net/manual/en/pdo.construct.php
.. _the PDO documentation: http://www.php.net/manual/en/pdo.construct.php
-.. _the PDO documentation: http://uk2.php.net/manual/en/pdo.setattribute.php
+.. _the PDO set attribute documentation: http://uk2.php.net/manual/en/pdo.setattribute.php
.. _Memcached: http://www.memcached.org/ \ No newline at end of file