diff --git a/lib/Cake/Core/Configure.php b/lib/Cake/Core/Configure.php index 679264e53e0..6394ef12f2e 100644 --- a/lib/Cake/Core/Configure.php +++ b/lib/Cake/Core/Configure.php @@ -160,7 +160,7 @@ public static function write($config, $value = null) { * Configure::read('Name.key'); will return only the value of Configure::Name[key] * }}} * - * @linkhttp://book.cakephp.org/2.0/en/development/configuration.html#Configure::read + * @link http://book.cakephp.org/2.0/en/development/configuration.html#Configure::read * @param string $var Variable to obtain. Use '.' to access array elements. * @return mixed value stored in configure, or null. */