Skip to content

Commit a1188fc

Browse files
authored
Corrected outdated links to gunicorn documentation.
1 parent 8b7ea2b commit a1188fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/howto/deployment/wsgi/gunicorn.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installing Gunicorn
1313
Install gunicorn by running ``python -m pip install gunicorn``. For more
1414
details, see the `gunicorn documentation`_.
1515

16-
.. _gunicorn documentation: https://docs.gunicorn.org/en/latest/install.html
16+
.. _gunicorn documentation: https://gunicorn.org/
1717

1818
Running Django in Gunicorn as a generic WSGI application
1919
========================================================
@@ -33,4 +33,4 @@ that is to run this command from the same directory as your ``manage.py`` file.
3333

3434
See Gunicorn's `deployment documentation`_ for additional tips.
3535

36-
.. _deployment documentation: https://docs.gunicorn.org/en/latest/deploy.html
36+
.. _deployment documentation: https://gunicorn.org/deploy/

0 commit comments

Comments
 (0)