Skip to content

Commit

Permalink
Merge pull request #582 from hungtsetse/master
Browse files Browse the repository at this point in the history
Doc: Update the reference link of fastapi
  • Loading branch information
lepture authored Sep 19, 2023
2 parents e853408 + 814b4be commit a6e89f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client/fastapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Here is how you would create a FastAPI application::

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

from starlette.requests import Request

Expand Down

0 comments on commit a6e89f8

Please sign in to comment.