forked from orbit-oss/flask
Fix link to Hypercorn in docs/deploying/asgi.rst - they moved from gitlab from github.
This commit is contained in:
parent
14232513fd
commit
be6ec06894
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue