]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Fix bad link in docs (#1603)
authormolto <56380191+molto0504@users.noreply.github.com>
Sun, 28 Jun 2020 21:34:28 +0000 (05:34 +0800)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2020 21:34:28 +0000 (23:34 +0200)
Co-authored-by: lookyun <lookyun0504@outlook.com>
docs/en/docs/advanced/wsgi.md

index 0b917e7f7c1d98488c33c8d531a353c3103fd04e..47b22d167ee581f7cef7010383a607f126dc76d9 100644 (file)
@@ -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.