From be6ec06894b55b1b5a360ce3f8178c7963332ccd Mon Sep 17 00:00:00 2001 From: Resistor-git <57943791+Resistor-git@users.noreply.github.com> Date: Sat, 28 Oct 2023 07:38:33 +0000 Subject: [PATCH 1/2] Fix link to Hypercorn in docs/deploying/asgi.rst - they moved from gitlab from github. --- 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 36acff8a..1dc0aa24 100644 --- a/docs/deploying/asgi.rst +++ b/docs/deploying/asgi.rst @@ -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 `_, +`Hypercorn `_, .. sourcecode:: text From 7af0271f4703a71beef8e26d1f5f6f8da04100e6 Mon Sep 17 00:00:00 2001 From: Resistor-git <57943791+Resistor-git@users.noreply.github.com> Date: Sat, 28 Oct 2023 08:04:03 +0000 Subject: [PATCH 2/2] Initial commit