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