Skip to content

Commit

Permalink
Fixed #17028 - Changed diveintopython.org -> diveintopython.net
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
timgraham committed Nov 19, 2011
1 parent d0eb469 commit 9b8e211
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/intro/index.txt
Expand Up @@ -31,6 +31,6 @@ place: read this material to quickly get up and running.


.. _python: http://python.org/ .. _python: http://python.org/
.. _list of Python resources for non-programmers: http://wiki.python.org/moin/BeginnersGuide/NonProgrammers .. _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 .. _dead-tree version: http://www.amazon.com/exec/obidos/ASIN/1590593561/ref=nosim/jacobian20
.. _books about Python: http://wiki.python.org/moin/PythonBooks .. _books about Python: http://wiki.python.org/moin/PythonBooks
2 changes: 1 addition & 1 deletion docs/ref/django-admin.txt
Expand Up @@ -1178,7 +1178,7 @@ variable.
Note that this option is unnecessary in ``manage.py``, because it takes care of Note that this option is unnecessary in ``manage.py``, because it takes care of
setting the Python path for you. 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 .. django-admin-option:: --settings


Expand Down
2 changes: 1 addition & 1 deletion docs/ref/templates/builtins.txt
Expand Up @@ -1931,7 +1931,7 @@ slice
Returns a slice of the list. Returns a slice of the list.


Uses the same syntax as Python's list slicing. See 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. for an introduction.


Example:: Example::
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/http/urls.txt
Expand Up @@ -108,7 +108,7 @@ Example requests:
* ``/articles/2003/03/03/`` would match the final pattern. Django would call * ``/articles/2003/03/03/`` would match the final pattern. Django would call
the function ``news.views.article_detail(request, '2003', '03', '03')``. 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 Named groups
============ ============
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/settings.txt
Expand Up @@ -39,7 +39,7 @@ The value of ``DJANGO_SETTINGS_MODULE`` should be in Python path syntax, e.g.
``mysite.settings``. Note that the settings module should be on the ``mysite.settings``. Note that the settings module should be on the
Python `import search path`_. 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 The django-admin.py utility
--------------------------- ---------------------------
Expand Down

0 comments on commit 9b8e211

Please sign in to comment.