We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7ea2b commit a1188fcCopy full SHA for a1188fc
1 file changed
docs/howto/deployment/wsgi/gunicorn.txt
@@ -13,7 +13,7 @@ Installing Gunicorn
13
Install gunicorn by running ``python -m pip install gunicorn``. For more
14
details, see the `gunicorn documentation`_.
15
16
-.. _gunicorn documentation: https://docs.gunicorn.org/en/latest/install.html
+.. _gunicorn documentation: https://gunicorn.org/
17
18
Running Django in Gunicorn as a generic WSGI application
19
========================================================
@@ -33,4 +33,4 @@ that is to run this command from the same directory as your ``manage.py`` file.
33
34
See Gunicorn's `deployment documentation`_ for additional tips.
35
36
-.. _deployment documentation: https://docs.gunicorn.org/en/latest/deploy.html
+.. _deployment documentation: https://gunicorn.org/deploy/
0 commit comments