summaryrefslogtreecommitdiff
path: root/docs/topics
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:41:25 -0400
commitfcd2e06ae5110fe6327128e8d170302c20077988 (patch)
treed3e5e4539fde72141012307b6df80acc93b01bd0 /docs/topics
parentab2a2f669563cea542a721fcbc907bb7c93d6e1f (diff)
[1.6.x] Fixed #22801 -- Added 'www.' to diveintopython.net links
Backport of f97c53c098 from master
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/http/urls.txt2
-rw-r--r--docs/topics/settings.txt2
2 files changed, 2 insertions, 2 deletions
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
============
diff --git a/docs/topics/settings.txt b/docs/topics/settings.txt
index 1cfcd262cd..3da5226be9 100644
--- a/docs/topics/settings.txt
+++ b/docs/topics/settings.txt
@@ -46,7 +46,7 @@ The value of ``DJANGO_SETTINGS_MODULE`` should be in Python path syntax, e.g.
``mysite.settings``. Note that the settings module should be on the
Python `import search path`_.
-.. _import search path: http://diveintopython.net/getting_to_know_python/everything_is_an_object.html
+.. _import search path: http://www.diveintopython.net/getting_to_know_python/everything_is_an_object.html
The django-admin.py utility
---------------------------