]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
Update existing links in docstrings
authorYurii Motov <yurii.motov.monte@gmail.com>
Mon, 26 Jan 2026 16:38:14 +0000 (17:38 +0100)
committerYurii Motov <yurii.motov.monte@gmail.com>
Mon, 26 Jan 2026 16:38:14 +0000 (17:38 +0100)
fastapi/applications.py

index 8b66ddf72f1fc0645b7113f44dcaca4cfa5a2c47..340cabfc29b03089a2ad65fa90f2e966631ce7bf 100644 (file)
@@ -672,7 +672,7 @@ class FastAPI(Starlette):
                 in the autogenerated OpenAPI using the `root_path`.
 
                 Read more about it in the
-                [FastAPI docs for Behind a Proxy](https://fastapi.tiangolo.com/advanced/behind-a-proxy/#disable-automatic-server-from-root_path).
+                [FastAPI docs for Behind a Proxy](https://fastapi.tiangolo.com/advanced/behind-a-proxy/#disable-automatic-server-from-root-path).
 
                 **Example**
 
@@ -739,7 +739,7 @@ class FastAPI(Starlette):
                 It will be added to the generated OpenAPI (e.g. visible at `/docs`).
 
                 Read more about it in the
-                [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/).
+                [FastAPI docs for Path Operation Configuration](https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#deprecate-a-path-operation).
                 """
             ),
         ] = None,