Refs #29784 -- Switched to https:// links where available.

This commit is contained in:
Jon Dufresne 2018-09-25 23:48:47 -07:00 committed by Claude Paroz
parent d1d5c97bc2
commit 82f286cf6f
131 changed files with 267 additions and 267 deletions

View file

@ -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