Fix link to Hypercorn in docs/deploying/asgi.rst - they moved from gitlab from github.

This commit is contained in:
Resistor-git 2023-10-28 07:38:33 +00:00
parent 14232513fd
commit be6ec06894

View file

@ -20,7 +20,7 @@ wrapping the Flask app,
asgi_app = WsgiToAsgi(app)
and then serving the ``asgi_app`` with the ASGI server, e.g. using
`Hypercorn <https://gitlab.com/pgjones/hypercorn>`_,
`Hypercorn <https://github.com/pgjones/hypercorn>`_,
.. sourcecode:: text