summaryrefslogtreecommitdiff
path: root/docs/howto/deployment
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-25 23:48:47 -0700
committerClaude Paroz <claude@2xlibre.net>2018-09-26 08:48:47 +0200
commit82f286cf6f198d37850d3c5df637b5665566a66b (patch)
treebf8d7b8d45ee9bcf033ecbd35d73f98f3f58d87e /docs/howto/deployment
parentd1d5c97bc2821bf8c0f4b2d9c7ab16200845b494 (diff)
Refs #29784 -- Switched to https:// links where available.
Diffstat (limited to 'docs/howto/deployment')
-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