Skip to content

Commit

Permalink
fix a doc link error
Browse files Browse the repository at this point in the history
  • Loading branch information
wang0618 committed Apr 2, 2021
1 parent 13f7827 commit a2f400a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ The integration methods of those web frameworks are as follows:

After starting the server by using ``uvicorn <module>:app`` , visit ``http://localhost:8000/tool/`` to open the PyWebIO application

See also: `FastAPI doc <https://www.starlette.io/routing/#submounting-routes>`_ , `Starlette doc <https://fastapi.tiangolo.com/advanced/sub-applications/>`_
See also: `FastAPI doc <https://fastapi.tiangolo.com/advanced/sub-applications/>`_ , `Starlette doc <https://www.starlette.io/routing/#submounting-routes>`_

.. attention::

Expand Down

0 comments on commit a2f400a

Please sign in to comment.