Skip to content

Commit a6e89f8

Browse files
authored
Merge pull request authlib#582 from hungtsetse/master
Doc: Update the reference link of fastapi
2 parents e853408 + 814b4be commit a6e89f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/client/fastapi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Here is how you would create a FastAPI application::
2929

3030
Since Authlib starlette requires using ``request`` instance, we need to
3131
expose that ``request`` to Authlib. According to the documentation on
32-
`Using the Request Directly <https://fastapi.tiangolo.com/tutorial/using-request-directly/>`_::
32+
`Using the Request Directly <https://fastapi.tiangolo.com/advanced/using-request-directly/>`_::
3333

3434
from starlette.requests import Request
3535

0 commit comments

Comments
 (0)