From 459b03654eb1cda3bfcc7eec2002ee1d433b0fdf Mon Sep 17 00:00:00 2001 From: raphaelauv Date: Mon, 3 Jan 2022 23:47:11 +0100 Subject: [PATCH] [FIX] README ASGI link --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6b6d0408b3..316c323d73 100644 --- a/README.rst +++ b/README.rst @@ -66,7 +66,7 @@ Sanic | Build fast. Run fast. Sanic is a **Python 3.7+** web server and web framework that's written to go fast. It allows the usage of the ``async/await`` syntax added in Python 3.5, which makes your code non-blocking and speedy. -Sanic is also ASGI compliant, so you can deploy it with an `alternative ASGI webserver `_. +Sanic is also ASGI compliant, so you can deploy it with an `alternative ASGI webserver `_. `Source code on GitHub `_ | `Help and discussion board `_ | `User Guide `_ | `Chat on Discord `_