summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/wsgi
diff options
context:
space:
mode:
authorSebastian Skonieczny <58781463+sebe324@users.noreply.github.com>2026-03-27 20:26:03 +0100
committerGitHub <noreply@github.com>2026-03-27 15:26:03 -0400
commita1188fc76ae4d9ff3b82feacd1ddd7b38b3e6009 (patch)
tree71206f2aa261df04855259ee9777f031edb5462d /docs/howto/deployment/wsgi
parent8b7ea2bcdd7297941ca6beb72d93b9568e187349 (diff)
Corrected outdated links to gunicorn documentation.
Diffstat (limited to 'docs/howto/deployment/wsgi')
-rw-r--r--docs/howto/deployment/wsgi/gunicorn.txt4
1 files 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/