From 94888512f5d0ad75030e855b3d91a4d457c93b93 Mon Sep 17 00:00:00 2001 From: YorkSu Date: Sun, 26 Jan 2025 09:41:17 +0800 Subject: [PATCH] fix: duplicate explicit target name --- docs/topics/deployment/manually-with-asgi-server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/deployment/manually-with-asgi-server.rst b/docs/topics/deployment/manually-with-asgi-server.rst index f44723c7c7..1df02a87fe 100644 --- a/docs/topics/deployment/manually-with-asgi-server.rst +++ b/docs/topics/deployment/manually-with-asgi-server.rst @@ -170,7 +170,7 @@ Gunicorn with Uvicorn workers Uvicorn added a new multiprocess manager, that is meant to replace Gunicorn entirely. Refer to the pull request `#2183 `_ for implementation details. - For new deployments, use `Uvicorn <#run-the-asgi-server>`_ directly. + For new deployments, use Uvicorn directly. Gunicorn (Green Unicorn) is WSGI server which can serve applications like Flask and Django. Gunicorn by itself is not compatible with Litestar, as Litestar uses the newest ASGI standard.