From 71dc760fdca4aceca1d7021def053078bde42dcd Mon Sep 17 00:00:00 2001 From: Yume05-dev <266928269+Yume05-dev@users.noreply.github.com> Date: Wed, 11 Mar 2026 22:32:49 -0400 Subject: [PATCH] docs: update httpx-oauth link to /oauth2/ --- docs/configuration/oauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/oauth.md b/docs/configuration/oauth.md index eac91814..92454e8a 100644 --- a/docs/configuration/oauth.md +++ b/docs/configuration/oauth.md @@ -18,7 +18,7 @@ pip install 'fastapi-users[beanie,oauth]' ### Instantiate an OAuth2 client -You first need to get an HTTPX OAuth client instance. [Read the documentation](https://frankie567.github.io/httpx-oauth/usage/) for more information. +You first need to get an HTTPX OAuth client instance. [Read the documentation](https://frankie567.github.io/httpx-oauth/oauth2/) for more information. for more information. ```py from httpx_oauth.clients.google import GoogleOAuth2