summaryrefslogtreecommitdiff
path: root/docs/topics/testing
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2018-01-07 14:28:41 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2018-01-07 14:35:06 +0100
commit07fb89b420e08d1517e9ae13c2dbbefa869e6ac0 (patch)
tree464542520c4cf2c8f34cc6b73afd567778e9a9ad /docs/topics/testing
parent5bef73301471ededfe6ff4464196760b91c124c7 (diff)
[2.0.x] Updated various links in docs to use HTTPS.
Backport of 7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc from master
Diffstat (limited to 'docs/topics/testing')
-rw-r--r--docs/topics/testing/advanced.txt2
-rw-r--r--docs/topics/testing/tools.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt
index fd900483e8..b728f51024 100644
--- a/docs/topics/testing/advanced.txt
+++ b/docs/topics/testing/advanced.txt
@@ -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
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index 9755a1b211..15ee12efcc 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -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,