forked from orbit-oss/flask
Update link to hypercorn (#5313)
This commit is contained in:
commit
8d9519df09
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