From 0d57c42d1706ce5169d65789829dbb67e6cd0e2f Mon Sep 17 00:00:00 2001 From: auroraxo Date: Tue, 15 Sep 2026 06:38:36 +0200 Subject: [PATCH] docs: update Uvicorn website link --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 78c3f968a..ebb8ba351 100644 --- a/README.rst +++ b/README.rst @@ -123,7 +123,7 @@ Why shouldn't I use ``websockets``? that build on top of ``websockets`` to support WebSocket connections, like uvicorn_ or Sanic_. -.. _uvicorn: https://www.uvicorn.org/ +.. _uvicorn: https://uvicorn.dev/ .. _Sanic: https://sanic.dev/en/ What else?