summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2011-11-19 22:57:20 +0000
committerTimo Graham <timograham@gmail.com>2011-11-19 22:57:20 +0000
commit9b8e211dd368d7e5e304c79058c901bd2eb34e90 (patch)
tree48da8d8852b8f158c04f6c1820cc44fa9e2c573f /docs/ref
parentd0eb4693ab479ef0667cd5286ecc89c347b6b2de (diff)
Fixed #17028 - Changed diveintopython.org -> diveintopython.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt2
-rw-r--r--docs/ref/templates/builtins.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 24fa0d7b34..8b83a43179 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1178,7 +1178,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 695a21296b..20cce0093d 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -1931,7 +1931,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::