From: Dmytro Petruk Date: Sun, 28 Jun 2020 21:37:42 +0000 (+0100) Subject: 🐛 Fix link in warning logs (#1611) X-Git-Tag: 0.58.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39766d0f96d3bb80b3b0d2f3543f37027ac93cbf;p=thirdparty%2Ffastapi%2Ffastapi.git 🐛 Fix link in warning logs (#1611) Co-authored-by: Dmytro Petruk --- diff --git a/fastapi/applications.py b/fastapi/applications.py index c21087911e..08dba9b599 100644 --- a/fastapi/applications.py +++ b/fastapi/applications.py @@ -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