mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-31 00:59:53 +02:00
Update php.net links to point to https://www.php.net
This commit is contained in:
@@ -65,7 +65,7 @@ if (password_verify('bad-password', $passwordHash)) {
|
||||
* [PHP `password_hash()` RFC] [4]
|
||||
|
||||
|
||||
[1]: https://secure.php.net/function.password-hash
|
||||
[1]: https://www.php.net/function.password-hash
|
||||
[2]: https://github.com/ircmaxell/password_compat
|
||||
[3]: https://wikipedia.org/wiki/Cryptographic_hash_function
|
||||
[4]: https://wiki.php.net/rfc/password_hash
|
||||
|
Reference in New Issue
Block a user