From fcd2e06ae5110fe6327128e8d170302c20077988 Mon Sep 17 00:00:00 2001 From: Maxime Turcotte Date: Tue, 10 Jun 2014 15:16:31 -0400 Subject: [1.6.x] Fixed #22801 -- Added 'www.' to diveintopython.net links Backport of f97c53c098 from master --- docs/topics/http/urls.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/http') diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt index b19251dc66..bc547ea4ab 100644 --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -112,7 +112,7 @@ Example requests: * ``/articles/2003/03/03/`` would match the final pattern. Django would call the function ``news.views.article_detail(request, '2003', '03', '03')``. -.. _Dive Into Python's explanation: http://diveintopython.net/regular_expressions/street_addresses.html#re.matching.2.3 +.. _Dive Into Python's explanation: http://www.diveintopython.net/regular_expressions/street_addresses.html#re.matching.2.3 Named groups ============ -- cgit v1.3