diff options
| author | Brett Cannon <brett@python.org> | 2018-04-17 15:19:29 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-04-17 20:56:33 -0400 |
| commit | b98fa241ddbb22507cb63886f697d25f43197cba (patch) | |
| tree | c77c4ae32e46ff4e30bac0c6e11546f4ab2241fd /docs/topics/auth | |
| parent | 3619d322098ae3573707adae22cb0c086e948210 (diff) | |
[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Backport of 64b74804c537b12d4cca64f7cb529c0478b4c4d9 from master
Diffstat (limited to 'docs/topics/auth')
| -rw-r--r-- | docs/topics/auth/passwords.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/auth/passwords.txt b/docs/topics/auth/passwords.txt index 6ae7f3d58e..64984c6621 100644 --- a/docs/topics/auth/passwords.txt +++ b/docs/topics/auth/passwords.txt @@ -349,8 +349,8 @@ Include any other hashers that your site uses in this list. .. _pbkdf2: https://en.wikipedia.org/wiki/PBKDF2 .. _nist: https://dx.doi.org/10.6028/NIST.SP.800-132 .. _bcrypt: https://en.wikipedia.org/wiki/Bcrypt -.. _`bcrypt library`: https://pypi.python.org/pypi/bcrypt/ -.. _`argon2-cffi library`: https://pypi.python.org/pypi/argon2_cffi/ +.. _`bcrypt library`: https://pypi.org/project/bcrypt/ +.. _`argon2-cffi library`: https://pypi.org/project/argon2_cffi/ .. _argon2: https://en.wikipedia.org/wiki/Argon2 .. _`Password Hashing Competition`: https://password-hashing.net |
