diff options
| author | Sebastian Skonieczny <58781463+sebe324@users.noreply.github.com> | 2026-03-27 20:26:03 +0100 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-03-27 15:26:49 -0400 |
| commit | cafd811d94d2f4e4076f378ed766178b2486a8a8 (patch) | |
| tree | d70c486c14ffc075e903ca3915f16613df7acd8a | |
| parent | b8cb57fe6d24ecd2e95dbde3c338c3531cc77581 (diff) | |
[6.0.x] Corrected outdated links to gunicorn documentation.
Backport of a1188fc76ae4d9ff3b82feacd1ddd7b38b3e6009 from main.
| -rw-r--r-- | docs/howto/deployment/wsgi/gunicorn.txt | 4 |
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/ |
