From 7aabd6238028f4bb78d0687bbccc97bcf634e28b Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 29 Nov 2015 08:29:46 -0800 Subject: Fixed #25778 -- Updated docs links to use https when available. --- docs/intro/tutorial01.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/intro/tutorial01.txt') diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index bde7b800de..7255f2b3ee 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -331,8 +331,8 @@ finds one that matches. Note that these regular expressions do not search GET and POST parameters, or the domain name. For example, in a request to -``http://www.example.com/myapp/``, the URLconf will look for ``myapp/``. In a -request to ``http://www.example.com/myapp/?page=3``, the URLconf will also +``https://www.example.com/myapp/``, the URLconf will look for ``myapp/``. In a +request to ``https://www.example.com/myapp/?page=3``, the URLconf will also look for ``myapp/``. If you need help with regular expressions, see `Wikipedia's entry`_ and the -- cgit v1.3