From: molto <56380191+molto0504@users.noreply.github.com> Date: Sun, 28 Jun 2020 21:34:28 +0000 (+0800) Subject: 📝 Fix bad link in docs (#1603) X-Git-Tag: 0.58.1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f158d95ce99b2df94ed4bd768b170a0f9dde520b;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Fix bad link in docs (#1603) Co-authored-by: lookyun --- diff --git a/docs/en/docs/advanced/wsgi.md b/docs/en/docs/advanced/wsgi.md index 0b917e7f7c..47b22d167e 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.