]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🐛 Fix link in warning logs (#1611)
authorDmytro Petruk <bavaria95@gmail.com>
Sun, 28 Jun 2020 21:37:42 +0000 (22:37 +0100)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2020 21:37:42 +0000 (23:37 +0200)
Co-authored-by: Dmytro Petruk <petruk@ebu.ch>
fastapi/applications.py

index c21087911ebf4deb9e1da0594e94f1b4527574ab..08dba9b59958d044520dbc97137760a65da63be9 100644 (file)
@@ -80,7 +80,7 @@ class FastAPI(Starlette):
                 '"openapi_prefix" has been deprecated in favor of "root_path", which '
                 "follows more closely the ASGI standard, is simpler, and more "
                 "automatic. Check the docs at "
-                "https://fastapi.tiangolo.com/advanced/sub-applications-proxy/"
+                "https://fastapi.tiangolo.com/advanced/sub-applications/"
             )
         self.root_path = root_path or openapi_prefix
         self.docs_url = docs_url