cpython (2.7): use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang

http://hg.python.org/cpython/rev/7ce3b719306e changeset: 73253:7ce3b719306e branch: 2.7 parent: 73250:aba380a9d8f3 user: Sandro Tosi <sandro.tosi@gmail.com> date: Mon Oct 31 17:45:09 2011 +0100 summary: use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang from docs@ files: Doc/using/windows.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -47,9 +47,9 @@ "7 Minutes to "Hello World!"" by Richard Dooling, 2006 - `Installing on Windows <http://diveintopython.org/installing_python/windows.html>`_ + `Installing on Windows <http://diveintopython.net/installing_python/windows.html>`_ in "`Dive into Python: Python from novice to pro - <http://diveintopython.org/index.html>`_" + <http://diveintopython.net/index.html>`_" by Mark Pilgrim, 2004, ISBN 1-59059-356-1 -- Repository URL: http://hg.python.org/cpython
participants (1)
-
sandro.tosi