summaryrefslogtreecommitdiff
path: root/docs/topics/http
diff options
context:
space:
mode:
authorMaxime Turcotte <maxime.turcotte@savoirfairelinux.com>2014-06-10 15:16:31 -0400
committerTim Graham <timograham@gmail.com>2014-06-10 15:38:25 -0400
commitf97c53c0989336563c535c9737dff197b403054d (patch)
treebdae1c8fd20be6df7363e7dccc10aba76938c4c0 /docs/topics/http
parent93d05536fd8179483c725467de8e33454b48a430 (diff)
Fixed #22801 -- Added 'www.' to diveintopython.net links
Diffstat (limited to 'docs/topics/http')
-rw-r--r--docs/topics/http/urls.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt
index 39c96b2e02..837aaa446c 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
============