Browse Source

Merge pull request #10824 from cakephp/fix-links

Fix a link
Mark Story 8 years ago
parent
commit
4ceba8e7d7
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)
     {