Fix link in ASGI docs
This commit is contained in:
parent
6e1b72096d
commit
6f7b38dfee
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ ASGI
|
||||||
|
|
||||||
If you'd like to use an ASGI server you will need to utilise WSGI to
|
If you'd like to use an ASGI server you will need to utilise WSGI to
|
||||||
ASGI middleware. The asgiref
|
ASGI middleware. The asgiref
|
||||||
[WsgiToAsgi](https://github.com/django/asgiref#wsgi-to-asgi-adapter)
|
`WsgiToAsgi <https://github.com/django/asgiref#wsgi-to-asgi-adapter>`_
|
||||||
adapter is recommended as it integrates with the event loop used for
|
adapter is recommended as it integrates with the event loop used for
|
||||||
Flask's :ref:`async_await` support. You can use the adapter by
|
Flask's :ref:`async_await` support. You can use the adapter by
|
||||||
wrapping the Flask app,
|
wrapping the Flask app,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue