summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/database/database.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/database.inc b/includes/database/database.inc
index 1f9433bc3..b29cd35ae 100644
--- a/includes/database/database.inc
+++ b/includes/database/database.inc
@@ -169,7 +169,7 @@
* Every database driver implementation must provide a concrete implementation of it to support
* special handling required by that database.
*
- * @link http://us.php.net/manual/en/ref.pdo.php
+ * @link http://php.net/manual/en/book.pdo.php
*/
abstract class DatabaseConnection extends PDO {