Author: timo
Date: 2011-11-19 14:57:47 -0800 (Sat, 19 Nov 2011)
New Revision: 17116

Modified:
   django/branches/releases/1.3.X/docs/intro/index.txt
   django/branches/releases/1.3.X/docs/ref/django-admin.txt
   django/branches/releases/1.3.X/docs/ref/templates/builtins.txt
   django/branches/releases/1.3.X/docs/topics/http/urls.txt
   django/branches/releases/1.3.X/docs/topics/settings.txt
Log:
[1.3.X] Fixed #17028 - Changed diveintopython.org -> diveintopython.net

Backport of r17115 from trunk.

Modified: django/branches/releases/1.3.X/docs/intro/index.txt
===================================================================
--- django/branches/releases/1.3.X/docs/intro/index.txt 2011-11-19 22:57:20 UTC 
(rev 17115)
+++ django/branches/releases/1.3.X/docs/intro/index.txt 2011-11-19 22:57:47 UTC 
(rev 17116)
@@ -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.net/
     .. _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

Modified: django/branches/releases/1.3.X/docs/ref/django-admin.txt
===================================================================
--- django/branches/releases/1.3.X/docs/ref/django-admin.txt    2011-11-19 
22:57:20 UTC (rev 17115)
+++ django/branches/releases/1.3.X/docs/ref/django-admin.txt    2011-11-19 
22:57:47 UTC (rev 17116)
@@ -1156,7 +1156,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.net/getting_to_know_python/everything_is_an_object.html
 
 .. django-admin-option:: --settings
 

Modified: django/branches/releases/1.3.X/docs/ref/templates/builtins.txt
===================================================================
--- django/branches/releases/1.3.X/docs/ref/templates/builtins.txt      
2011-11-19 22:57:20 UTC (rev 17115)
+++ django/branches/releases/1.3.X/docs/ref/templates/builtins.txt      
2011-11-19 22:57:47 UTC (rev 17116)
@@ -1868,7 +1868,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.net/native_data_types/lists.html#odbchelper.list.slice
 for an introduction.
 
 Example::

Modified: django/branches/releases/1.3.X/docs/topics/http/urls.txt
===================================================================
--- django/branches/releases/1.3.X/docs/topics/http/urls.txt    2011-11-19 
22:57:20 UTC (rev 17115)
+++ django/branches/releases/1.3.X/docs/topics/http/urls.txt    2011-11-19 
22:57:47 UTC (rev 17116)
@@ -106,7 +106,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.net/regular_expressions/street_addresses.html#re.matching.2.3
 
 Named groups
 ============

Modified: django/branches/releases/1.3.X/docs/topics/settings.txt
===================================================================
--- django/branches/releases/1.3.X/docs/topics/settings.txt     2011-11-19 
22:57:20 UTC (rev 17115)
+++ django/branches/releases/1.3.X/docs/topics/settings.txt     2011-11-19 
22:57:47 UTC (rev 17116)
@@ -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.net/getting_to_know_python/everything_is_an_object.html
 
 The django-admin.py utility
 ---------------------------

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to