mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
[2.0.x] Updated various links in docs to use HTTPS.
Backport of 7c81b28ebc
from master
This commit is contained in:
parent
5bef733014
commit
07fb89b420
28 changed files with 42 additions and 42 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue