From 6f7b38dfee487fba43eeeab1c83675821e739dfe Mon Sep 17 00:00:00 2001 From: Frank Yu Date: Wed, 7 Jul 2021 16:35:31 +0800 Subject: [PATCH] Fix link in ASGI docs --- docs/deploying/asgi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying/asgi.rst b/docs/deploying/asgi.rst index c7e04027..1e0517b7 100644 --- a/docs/deploying/asgi.rst +++ b/docs/deploying/asgi.rst @@ -5,7 +5,7 @@ ASGI If you'd like to use an ASGI server you will need to utilise WSGI to ASGI middleware. The asgiref -[WsgiToAsgi](https://github.com/django/asgiref#wsgi-to-asgi-adapter) +`WsgiToAsgi `_ adapter is recommended as it integrates with the event loop used for Flask's :ref:`async_await` support. You can use the adapter by wrapping the Flask app,