From cafd811d94d2f4e4076f378ed766178b2486a8a8 Mon Sep 17 00:00:00 2001 From: Sebastian Skonieczny <58781463+sebe324@users.noreply.github.com> Date: Fri, 27 Mar 2026 20:26:03 +0100 Subject: [6.0.x] Corrected outdated links to gunicorn documentation. Backport of a1188fc76ae4d9ff3b82feacd1ddd7b38b3e6009 from main. --- docs/howto/deployment/wsgi/gunicorn.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howto/deployment/wsgi/gunicorn.txt b/docs/howto/deployment/wsgi/gunicorn.txt index 60d6620ea3..cfd1dec55f 100644 --- a/docs/howto/deployment/wsgi/gunicorn.txt +++ b/docs/howto/deployment/wsgi/gunicorn.txt @@ -13,7 +13,7 @@ Installing Gunicorn Install gunicorn by running ``python -m pip install gunicorn``. For more details, see the `gunicorn documentation`_. -.. _gunicorn documentation: https://docs.gunicorn.org/en/latest/install.html +.. _gunicorn documentation: https://gunicorn.org/ Running Django in Gunicorn as a generic WSGI application ======================================================== @@ -33,4 +33,4 @@ that is to run this command from the same directory as your ``manage.py`` file. See Gunicorn's `deployment documentation`_ for additional tips. -.. _deployment documentation: https://docs.gunicorn.org/en/latest/deploy.html +.. _deployment documentation: https://gunicorn.org/deploy/ -- cgit v1.3