diff options
| author | Timo Graham <timograham@gmail.com> | 2011-11-19 22:57:47 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-11-19 22:57:47 +0000 |
| commit | bf5fdf1397c48e3a56819d4d8bf20b54d1cb377b (patch) | |
| tree | 18254cd015f27b2cf7fbc8bd6a4f59f86a0880e5 /docs/ref | |
| parent | eabbb361d2ff4f40898a2891a74ff8a84c03d712 (diff) | |
[1.3.X] Fixed #17028 - Changed diveintopython.org -> diveintopython.net
Backport of r17115 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17116 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 | ||||
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 89bc43ff73..58b86ead14 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1156,7 +1156,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.org/getting_to_know_python/everything_is_an_object.html +.. _import search path: http://diveintopython.net/getting_to_know_python/everything_is_an_object.html .. django-admin-option:: --settings diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 7d24c1dc00..6c7057ab60 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1868,7 +1868,7 @@ slice Returns a slice of the list. Uses the same syntax as Python's list slicing. See -http://diveintopython.org/native_data_types/lists.html#odbchelper.list.slice +http://diveintopython.net/native_data_types/lists.html#odbchelper.list.slice for an introduction. Example:: |
