summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-25 23:48:47 -0700
committerTim Graham <timograham@gmail.com>2018-10-09 20:52:43 -0400
commit6cb5285f29247b877e47f256d84bf6313db7b484 (patch)
tree1984e0e1c5976e3d89ea8e50bf46363399450555 /docs/howto
parentec0803b1be161afe4db41d152fe6ed11eb6ff69c (diff)
[2.1.x] Refs #29784 -- Switched to https:// links where available.
Backport of 82f286cf6f198d37850d3c5df637b5665566a66b from master.
Diffstat (limited to 'docs/howto')
-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