瀏覽代碼

fix a doc link error

wangweimin 4 年之前
父節點
當前提交
a2f400a8de
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/guide.rst

+ 1 - 1
docs/guide.rst

@@ -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::