summaryrefslogtreecommitdiff
path: root/docs/ref/request-response.txt
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2015-11-29 08:29:46 -0800
committerTim Graham <timograham@gmail.com>2015-12-01 08:01:34 -0500
commit7aabd6238028f4bb78d0687bbccc97bcf634e28b (patch)
tree8bf67912d9154f1420574c9f22bc75d9fe2f2de0 /docs/ref/request-response.txt
parent51a37213721e5689f17809990a9e7c38f1c8baf8 (diff)
Fixed #25778 -- Updated docs links to use https when available.
Diffstat (limited to 'docs/ref/request-response.txt')
-rw-r--r--docs/ref/request-response.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index 198805ebcd..81f992a778 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -289,7 +289,7 @@ Methods
Otherwise the absolute URI is built using the server variables available in
this request.
- Example: ``"http://example.com/music/bands/the_beatles/?print=true"``
+ Example: ``"https://example.com/music/bands/the_beatles/?print=true"``
.. note::
@@ -860,7 +860,7 @@ types of HTTP responses. Like ``HttpResponse``, these subclasses live in
The first argument to the constructor is required -- the path to redirect
to. This can be a fully qualified URL
- (e.g. ``'http://www.yahoo.com/search/'``), an absolute path with no domain
+ (e.g. ``'https://www.yahoo.com/search/'``), an absolute path with no domain
(e.g. ``'/search/'``), or even a relative path (e.g. ``'search/'``). In that
last case, the client browser will reconstruct the full URL itself
according to the current path. See :class:`HttpResponse` for other optional