Browse Source

Fix a link

Michael Hoffmann 8 years ago
parent
commit
d90b33f381
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Auth/DefaultPasswordHasher.php

+ 1 - 1
src/Auth/DefaultPasswordHasher.php

@@ -42,7 +42,7 @@ class DefaultPasswordHasher extends AbstractPasswordHasher
      *
      * @param string $password Plain text password to hash.
      * @return bool|string Password hash or false on failure
-     * @link https://book.cakephp.org/3.0/en/core-libraries/components/authentication.html#hashing-passwords
+     * @link https://book.cakephp.org/3.0/en/controllers/components/authentication.html#hashing-passwords
      */
     public function hash($password)
     {