From 39766d0f96d3bb80b3b0d2f3543f37027ac93cbf Mon Sep 17 00:00:00 2001 From: Dmytro Petruk Date: Sun, 28 Jun 2020 22:37:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20link=20in=20warning=20logs?= =?UTF-8?q?=20(#1611)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Dmytro Petruk --- fastapi/applications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi/applications.py b/fastapi/applications.py index c21087911..08dba9b59 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