We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e853408 + 814b4be commit a6e89f8Copy full SHA for a6e89f8
1 file changed
docs/client/fastapi.rst
@@ -29,7 +29,7 @@ Here is how you would create a FastAPI application::
29
30
Since Authlib starlette requires using ``request`` instance, we need to
31
expose that ``request`` to Authlib. According to the documentation on
32
-`Using the Request Directly <https://fastapi.tiangolo.com/tutorial/using-request-directly/>`_::
+`Using the Request Directly <https://fastapi.tiangolo.com/advanced/using-request-directly/>`_::
33
34
from starlette.requests import Request
35
0 commit comments