diff options
| author | Maxime Turcotte <maxime.turcotte@savoirfairelinux.com> | 2014-06-10 15:16:31 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-10 15:41:25 -0400 |
| commit | fcd2e06ae5110fe6327128e8d170302c20077988 (patch) | |
| tree | d3e5e4539fde72141012307b6df80acc93b01bd0 /docs/ref | |
| parent | ab2a2f669563cea542a721fcbc907bb7c93d6e1f (diff) | |
[1.6.x] Fixed #22801 -- Added 'www.' to diveintopython.net links
Backport of f97c53c098 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index ad19e775c4..1ae6f4e176 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1384,7 +1384,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 |
