[2.0.x] Updated various links in docs to use HTTPS.

Backport of 7c81b28ebc from master
This commit is contained in:
Mariusz Felisiak 2018-01-07 14:28:41 +01:00
parent 5bef733014
commit 07fb89b420
No known key found for this signature in database
GPG key ID: 2EF56372BA48CD1B
28 changed files with 42 additions and 42 deletions

View file

@ -740,5 +740,5 @@ listed here because of the ``source`` flag passed to the previous command.
For more options like annotated HTML listings detailing missed lines, see the
`coverage.py`_ docs.
.. _coverage.py: http://coverage.readthedocs.io/
.. _coverage.py: https://coverage.readthedocs.io/
.. _install coverage.py: https://pypi.python.org/pypi/coverage

View file

@ -161,7 +161,7 @@ Use the ``django.test.Client`` class to make requests.
HTTP request from the browser to the server should be passed
as ``HTTP_HOST``.
.. _CGI: http://www.w3.org/CGI/
.. _CGI: https://www.w3.org/CGI/
If you already have the GET arguments in URL-encoded form, you can
use that encoding instead of using the data argument. For example,