summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/wsgi
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto/deployment/wsgi')
-rw-r--r--docs/howto/deployment/wsgi/gunicorn.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/howto/deployment/wsgi/gunicorn.txt b/docs/howto/deployment/wsgi/gunicorn.txt
index 4cde1257da..11451d59a4 100644
--- a/docs/howto/deployment/wsgi/gunicorn.txt
+++ b/docs/howto/deployment/wsgi/gunicorn.txt
@@ -7,7 +7,7 @@ How to use Django with Gunicorn
Gunicorn_ ('Green Unicorn') is a pure-Python WSGI server for UNIX. It has no
dependencies and is easy to install and use.
-.. _Gunicorn: http://gunicorn.org/
+.. _Gunicorn: https://gunicorn.org/
Installing Gunicorn
===================
@@ -15,7 +15,7 @@ Installing Gunicorn
Installing gunicorn is as easy as ``pip install gunicorn``. For more
details, see the `gunicorn documentation`_.
-.. _gunicorn documentation: http://docs.gunicorn.org/en/latest/install.html
+.. _gunicorn documentation: https://docs.gunicorn.org/en/latest/install.html
Running Django in Gunicorn as a generic WSGI application
========================================================
@@ -34,4 +34,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: http://docs.gunicorn.org/en/latest/deploy.html
+.. _deployment documentation: https://docs.gunicorn.org/en/latest/deploy.html