Skip to content

Commit 4bdaa0c

Browse files
committed
[PasswordHasher] Fix documentation link
1 parent 106639b commit 4bdaa0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $passwordHasher->verify($hash, 'plain'); // returns true (valid)
3333
Resources
3434
---------
3535

36-
* [Documentation](https://symfony.com/doc/current/password-hasher.html)
36+
* [Documentation](https://symfony.com/doc/current/security.html#c-hashing-passwords)
3737
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
3838
* [Report issues](https://github.com/symfony/symfony/issues) and
3939
[send Pull Requests](https://github.com/symfony/symfony/pulls)

0 commit comments

Comments
 (0)