From 4bdaa0cca1fb3521bc1825160f3b5490c130bbda Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Fri, 3 Sep 2021 14:15:32 +0200 Subject: [PATCH] [PasswordHasher] Fix documentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bddd95..0878746 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ $passwordHasher->verify($hash, 'plain'); // returns true (valid) Resources --------- - * [Documentation](https://symfony.com/doc/current/password-hasher.html) + * [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)