Index: docs/intro/index.txt
===================================================================
--- docs/intro/index.txt	(revisión: 16959)
+++ docs/intro/index.txt	(copia de trabajo)
@@ -31,6 +31,6 @@
     
     .. _python: http://python.org/
     .. _list of Python resources for non-programmers: http://wiki.python.org/moin/BeginnersGuide/NonProgrammers
-    .. _dive into python: http://diveintopython.org/
+    .. _dive into python: http://diveintopython.nfshost.com/
     .. _dead-tree version: http://www.amazon.com/exec/obidos/ASIN/1590593561/ref=nosim/jacobian20
     .. _books about Python: http://wiki.python.org/moin/PythonBooks
\ No newline at end of file
Index: docs/topics/http/urls.txt
===================================================================
--- docs/topics/http/urls.txt	(revisión: 16959)
+++ docs/topics/http/urls.txt	(copia de trabajo)
@@ -109,7 +109,7 @@
     * ``/articles/2003/03/03/`` would match the final pattern. Django would call
       the function ``news.views.article_detail(request, '2003', '03', '03')``.
 
-.. _Dive Into Python's explanation: http://diveintopython.org/regular_expressions/street_addresses.html#re.matching.2.3
+.. _Dive Into Python's explanation: http://diveintopython.nfshost.com/regular_expressions/street_addresses.html#re.matching.2.3
 
 Named groups
 ============
Index: docs/topics/settings.txt
===================================================================
--- docs/topics/settings.txt	(revisión: 16959)
+++ docs/topics/settings.txt	(copia de trabajo)
@@ -39,7 +39,7 @@
 ``mysite.settings``. Note that the settings module should be on the
 Python `import search path`_.
 
-.. _import search path: http://diveintopython.org/getting_to_know_python/everything_is_an_object.html
+.. _import search path: http://diveintopython.nfshost.com/getting_to_know_python/everything_is_an_object.html
 
 The django-admin.py utility
 ---------------------------
Index: docs/ref/templates/builtins.txt
===================================================================
--- docs/ref/templates/builtins.txt	(revisión: 16959)
+++ docs/ref/templates/builtins.txt	(copia de trabajo)
@@ -1917,7 +1917,7 @@
 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.nfshost.com/native_data_types/lists.html#odbchelper.list.slice
 for an introduction.
 
 Example::
Index: docs/ref/django-admin.txt
===================================================================
--- docs/ref/django-admin.txt	(revisión: 16959)
+++ docs/ref/django-admin.txt	(copia de trabajo)
@@ -1168,7 +1168,7 @@
 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.nfshost.com/getting_to_know_python/everything_is_an_object.html
 
 .. django-admin-option:: --settings
 
