From 7b8bf03667d61bedfd405f7650a391504f4879e4 Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Thu, 3 Jan 2013 12:42:57 +0000 Subject: Issue #81 Move documentation out of one massive readme file --- docs/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/configuration.rst') 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 -- cgit v1.2.3