diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2016-06-16 04:20:23 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-06-15 21:20:38 -0400 |
| commit | efe98743718d694e5cb35cd5b99de8b1cabe658f (patch) | |
| tree | 1f0a3b8bca9934e5b66123531ca41f393bef5ca4 /docs/topics/auth | |
| parent | f9b3a6a76f51395a77ab77a8784851549400bbed (diff) | |
[1.10.x] Fixed broken links in docs and comments.
Backport of 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 from master
Diffstat (limited to 'docs/topics/auth')
| -rw-r--r-- | docs/topics/auth/passwords.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/passwords.txt b/docs/topics/auth/passwords.txt index aaeb929d81..f975862869 100644 --- a/docs/topics/auth/passwords.txt +++ b/docs/topics/auth/passwords.txt @@ -353,7 +353,7 @@ Include any other hashers that your site uses in this list. .. _sha1: https://en.wikipedia.org/wiki/SHA1 .. _pbkdf2: https://en.wikipedia.org/wiki/PBKDF2 -.. _nist: http://csrc.nist.gov/publications/nistpubs/800-132/nist-sp800-132.pdf +.. _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/ |
