]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Fix link in OAuth2 docs (#12550)
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 26 Oct 2024 11:45:10 +0000 (13:45 +0200)
committerGitHub <noreply@github.com>
Sat, 26 Oct 2024 11:45:10 +0000 (11:45 +0000)
docs/en/docs/tutorial/security/oauth2-jwt.md

index f454a8b2845adf1c7d7d2912dc627318b1b69e4f..6ae1507dcbb5e85c50399ddd3e75790f88ae4156 100644 (file)
@@ -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">