mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Updated various links in docs to use HTTPS.
This commit is contained in:
parent
762bd34c36
commit
7c81b28ebc
28 changed files with 42 additions and 42 deletions
|
@ -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
|
||||
|
|
|
@ -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