From 27fb9d06122d46b38d4c4948ab3267779c13b2fe Mon Sep 17 00:00:00 2001 From: Tobsn Date: Wed, 11 Jul 2012 12:27:29 +0200 Subject: [PATCH] fixed "here" link --- laravel/documentation/database/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/documentation/database/config.md b/laravel/documentation/database/config.md index 3768f013..2a1b0453 100644 --- a/laravel/documentation/database/config.md +++ b/laravel/documentation/database/config.md @@ -67,4 +67,4 @@ ## Setting The Default Connection Name PDO::ATTR_EMULATE_PREPARES => false, ), -More about the PDO connection attributes can be found [here](http://php.net/manual/en/pdo.setattribute.php). \ No newline at end of file +More about the PDO connection attributes can be found [in the PHP manual](http://php.net/manual/en/pdo.setattribute.php). \ No newline at end of file