From 9b8e211dd368d7e5e304c79058c901bd2eb34e90 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sat, 19 Nov 2011 22:57:20 +0000 Subject: Fixed #17028 - Changed diveintopython.org -> diveintopython.net git-svn-id: http://code.djangoproject.com/svn/django/trunk@17115 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/django-admin.txt | 2 +- docs/ref/templates/builtins.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') 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:: -- cgit v1.3