summaryrefslogtreecommitdiff
path: root/docs/password_hash_api.rst
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2012-04-27 03:07:58 -0400
committerEli Collins <elic@assurancetechnologies.com>2012-04-27 03:07:58 -0400
commitd835e0680e9b20836252388c765136c5e015a6a1 (patch)
tree35dc42e15fb037c6d23ec996b366e01643f15771 /docs/password_hash_api.rst
parent8c913e33b59a7f37dd7545ae8e4b0258e12c5dc3 (diff)
downloadpasslib-d835e0680e9b20836252388c765136c5e015a6a1.tar.gz
merged rewrite of CryptContext documentation - (near-) full tutorial and reference
Diffstat (limited to 'docs/password_hash_api.rst')
-rw-r--r--docs/password_hash_api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/password_hash_api.rst b/docs/password_hash_api.rst
index e0ce49b..4586784 100644
--- a/docs/password_hash_api.rst
+++ b/docs/password_hash_api.rst
@@ -389,7 +389,7 @@ There is currently one additional support method, :meth:`~PasswordHash.identify`
If you are considering using this method to select from multiple
algorithms in order to verify a password, you may be better served
- by the :doc:`CryptContext </lib/passlib.context>` class.
+ by the :doc:`CryptContext <context-overview>` class.
..
the undocumented and experimental support methods currently include