mirror of
https://github.com/django/django.git
synced 2025-10-30 09:06:13 +00:00
[2.0.x] Updated various links in docs to use HTTPS.
Backport of 7c81b28ebc from master
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user