From c745a9bfc7dbbf5eba0bfdd41050410443cef365 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Thu, 7 Aug 2025 10:19:17 +0200 Subject: [PATCH] Fix broken link --- docs/en/docs/tutorial/security/simple-oauth2.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/security/simple-oauth2.md b/docs/en/docs/tutorial/security/simple-oauth2.md index 18ad8d15d..4339d638f 100644 --- a/docs/en/docs/tutorial/security/simple-oauth2.md +++ b/docs/en/docs/tutorial/security/simple-oauth2.md @@ -146,7 +146,8 @@ UserInDB( /// info -For a more complete explanation of `**user_dict` check back in [the documentation for **Extra Models**](../extra-models.md#about-user_indict){.internal-link target=_blank}. + +For a more complete explanation of `**user_dict` check back in [the documentation for **Extra Models**](../extra-models.md#about-user-in-dict){.internal-link target=_blank}. ///