From: Sebastián Ramírez Date: Sat, 26 Oct 2024 11:45:10 +0000 (+0200) Subject: 📝 Fix link in OAuth2 docs (#12550) X-Git-Tag: 0.115.4~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89f06da526974646a6232115e15c7a05813f932f;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Fix link in OAuth2 docs (#12550) --- diff --git a/docs/en/docs/tutorial/security/oauth2-jwt.md b/docs/en/docs/tutorial/security/oauth2-jwt.md index f454a8b284..6ae1507dcb 100644 --- a/docs/en/docs/tutorial/security/oauth2-jwt.md +++ b/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: