Skip to content

Commit f5f9e25

Browse files
authored
chore(docs): Fix the broken links for pwdlib and argon2-cffi in docs (#489)
Fix the broken links for pwdlib and argon2-cffi in docs
1 parent 152b39f commit f5f9e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/types.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ Password Hash
157157

158158
A type for storing password hashes with configurable backends. Currently supports:
159159

160-
- :class:`~advanced_alchemy.types.password_hash.pwdlib.PwdlibHasher`: Uses `pwdlib <https://github.com/pwdlib/pwdlib>`_
161-
- :class:`~advanced_alchemy.types.password_hash.argon2.Argon2Hasher`: Uses `argon2-cffi <https://argon2.readthedocs.io/en/stable/>`_
160+
- :class:`~advanced_alchemy.types.password_hash.pwdlib.PwdlibHasher`: Uses `pwdlib <https://frankie567.github.io/pwdlib/>`_
161+
- :class:`~advanced_alchemy.types.password_hash.argon2.Argon2Hasher`: Uses `argon2-cffi <https://argon2-cffi.readthedocs.io/en/stable/>`_
162162
- :class:`~advanced_alchemy.types.password_hash.passlib.PasslibHasher`: Uses `passlib <https://passlib.readthedocs.io/en/stable/>`_
163163

164164
.. code-block:: python

0 commit comments

Comments
 (0)