summaryrefslogtreecommitdiff
path: root/docs/topics/http
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2011-11-19 22:57:20 +0000
committerTimo Graham <timograham@gmail.com>2011-11-19 22:57:20 +0000
commit9b8e211dd368d7e5e304c79058c901bd2eb34e90 (patch)
tree48da8d8852b8f158c04f6c1820cc44fa9e2c573f /docs/topics/http
parentd0eb4693ab479ef0667cd5286ecc89c347b6b2de (diff)
Fixed #17028 - Changed diveintopython.org -> diveintopython.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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 5c9711cef4..29ee851f33 100644
--- a/docs/topics/http/urls.txt
+++ b/docs/topics/http/urls.txt
@@ -108,7 +108,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.org/regular_expressions/street_addresses.html#re.matching.2.3
+.. _Dive Into Python's explanation: http://diveintopython.net/regular_expressions/street_addresses.html#re.matching.2.3
Named groups
============