From f158d95ce99b2df94ed4bd768b170a0f9dde520b Mon Sep 17 00:00:00 2001 From: molto <56380191+molto0504@users.noreply.github.com> Date: Mon, 29 Jun 2020 05:34:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20bad=20link=20in=20docs=20(?= =?UTF-8?q?#1603)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: lookyun --- docs/en/docs/advanced/wsgi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/advanced/wsgi.md b/docs/en/docs/advanced/wsgi.md index 0b917e7f7..47b22d167 100644 --- a/docs/en/docs/advanced/wsgi.md +++ b/docs/en/docs/advanced/wsgi.md @@ -1,6 +1,6 @@ # Including WSGI - Flask, Django, others -You can mount WSGI applications as you saw with [Sub Applications - Behind a Proxy, Mounts](./sub-applications-proxy.md){.internal-link target=_blank}. +You can mount WSGI applications as you saw with [Sub Applications - Mounts](./sub-applications.md){.internal-link target=_blank}, [Behind a Proxy](./behind-a-proxy.md){.internal-link target=_blank}. For that, you can use the `WSGIMiddleware` and use it to wrap your WSGI application, for example, Flask, Django, etc.