Browse Source

Fix links to 3.0 documentation in Auth/DefaultPasswordHasher.php

Guillermo Mansilla 11 years ago
parent
commit
07130cbf22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Auth/DefaultPasswordHasher.php

+ 1 - 1
src/Auth/DefaultPasswordHasher.php

@@ -44,7 +44,7 @@ class DefaultPasswordHasher extends AbstractPasswordHasher {
  *
  * @param string $password Plain text password to hash.
  * @return string Password hash
- * @link http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html#hashing-passwords
+ * @link http://book.cakephp.org/3.0/en/core-libraries/components/authentication.html#hashing-passwords
  */
 	public function hash($password) {
 		return password_hash(