Browse Source

📝 Fix link in OAuth2 docs (#12550)

pull/12553/head
Sebastián Ramírez 5 months ago
committed by GitHub
parent
commit
89f06da526
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/docs/tutorial/security/oauth2-jwt.md

2
docs/en/docs/tutorial/security/oauth2-jwt.md

@ -72,7 +72,7 @@ It supports many secure hashing algorithms and utilities to work with them.
The recommended algorithm is "Bcrypt".
Make sure you create a [virtual environment](../virtual-environments.md){.internal-link target=_blank}, activate it, and then install PassLib with Bcrypt:
Make sure you create a [virtual environment](../../virtual-environments.md){.internal-link target=_blank}, activate it, and then install PassLib with Bcrypt:
<div class="termy">

Loading…
Cancel
Save