summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Soyka <bensoyka@icloud.com>2021-01-20 17:35:41 -0700
committerGitHub <noreply@github.com>2021-01-20 19:35:41 -0500
commitd22ece077755fa375a65739965da20323c500ea7 (patch)
treef24617385bae377b0a411cb4a1e4e1372c8931b6
parent8f8a0d945d4193afcebf58566958b01103743d53 (diff)
downloadpy-bcrypt-git-d22ece077755fa375a65739965da20323c500ea7.tar.gz
Fix security policy link (#245)master
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 422751a..d862d59 100644
--- a/README.rst
+++ b/README.rst
@@ -219,7 +219,7 @@ Security
``bcrypt`` follows the `same security policy as cryptography`_, if you
identify a vulnerability, we ask you to contact us privately.
-.. _`same security policy as cryptography`: https://cryptography.io/en/latest/security/
+.. _`same security policy as cryptography`: https://cryptography.io/en/latest/security.html
.. _`standard library`: https://docs.python.org/3/library/hashlib.html#hashlib.scrypt
.. _`argon2_cffi`: https://argon2-cffi.readthedocs.io
.. _`cryptography`: https://cryptography.io/en/latest/hazmat/primitives/key-derivation-functions/#cryptography.hazmat.primitives.kdf.scrypt.Scrypt