summaryrefslogtreecommitdiff
path: root/docs/topics/testing/tools.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2018-01-07 14:28:41 +0100
committerGitHub <noreply@github.com>2018-01-07 14:28:41 +0100
commit7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc (patch)
tree7f2c5870c682c2cdce61a571049d84ae2f403fe2 /docs/topics/testing/tools.txt
parent762bd34c3699875d315d478b3efb090155beb743 (diff)
Updated various links in docs to use HTTPS.
Diffstat (limited to 'docs/topics/testing/tools.txt')
-rw-r--r--docs/topics/testing/tools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index ea80b45479..d349efe7a0 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,