From 6751f68560bfa7c51133d2712830645ed551ace8 Mon Sep 17 00:00:00 2001 From: "Earl C. Ruby III" Date: Fri, 8 Jul 2022 10:21:42 -0700 Subject: [PATCH] New URL for the Quart project The Quart project moved from Gitlab (https://gitlab.com/pgjones/quart) to Github (https://github.com/pallets/quart). There is a message at the top of the Gitlab page announcing the move. --- docs/async-await.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/async-await.rst b/docs/async-await.rst index cea84602..06a29fcc 100644 --- a/docs/async-await.rst +++ b/docs/async-await.rst @@ -91,7 +91,7 @@ patch low-level Python functions to accomplish this, whereas ``async``/ whether you should use Flask, Quart, or something else is ultimately up to understanding the specific needs of your project. -.. _Quart: https://gitlab.com/pgjones/quart +.. _Quart: https://github.com/pallets/quart .. _ASGI: https://asgi.readthedocs.io/en/latest/