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:39:05 -0400 |
| commit | de0e285be80e0ca756088a97335d8faa698fbe6b (patch) | |
| tree | a5f1844a23ac5b7664a6ac278570c6565d23f875 /docs/ref | |
| parent | 0767055dfc255ba120811f6d9cba2c7e593b0731 (diff) | |
[1.7.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 f68157c2a9..a6a0de4002 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1513,7 +1513,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 |
