summaryrefslogtreecommitdiff
path: root/docs/ref
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/ref
parent93d05536fd8179483c725467de8e33454b48a430 (diff)
Fixed #22801 -- Added 'www.' to diveintopython.net links
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 32371f90f5..cdc312d05c 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1528,7 +1528,7 @@ variable.
Note that this option is unnecessary in ``manage.py``, because it takes care of
setting the Python path for you.
-.. _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
.. django-admin-option:: --settings