Skip to content

Commit

Permalink
[PasswordHasher] Fix documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed Sep 3, 2021
1 parent 106639b commit 4bdaa0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $passwordHasher->verify($hash, 'plain'); // returns true (valid)
Resources
---------

* [Documentation](https://symfony.com/doc/current/password-hasher.html)

This comment has been minimized.

Copy link
@merlijndetovenaar84

merlijndetovenaar84 Jun 7, 2023

The URL doesn't exist anymore. It should be: https://symfony.com/doc/current/security/passwords.html

This comment has been minimized.

Copy link
@nicolas-grekas

nicolas-grekas Jun 7, 2023

Member

can you please send a PR to https://github.com/symfony/symfony?

* [Documentation](https://symfony.com/doc/current/security.html#c-hashing-passwords)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
Expand Down

0 comments on commit 4bdaa0c

Please sign in to comment.