Updated various links in docs to use HTTPS.

This commit is contained in:
Mariusz Felisiak 2018-01-07 14:28:41 +01:00 committed by GitHub
parent 762bd34c36
commit 7c81b28ebc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 42 additions and 42 deletions

View file

@ -715,5 +715,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,