summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-10-11 20:16:16 (GMT)
committerGeorg Brandl <georg@python.org>2009-10-11 20:16:16 (GMT)
commita4314c2b218fb0509a24c873a22137ff229a01fd (patch)
treecaec1be7189cec098d74e7677b46da5d48831c8e /Doc/using
parent6728c5a762752260324b2015a2d47528f4c7194a (diff)
downloadcpython-a4314c2b218fb0509a24c873a22137ff229a01fd.zip
cpython-a4314c2b218fb0509a24c873a22137ff229a01fd.tar.gz
cpython-a4314c2b218fb0509a24c873a22137ff229a01fd.tar.bz2
Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there.
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/windows.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index 5aa91b1..d708d04 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -69,7 +69,7 @@ key features:
`ActivePython <http://www.activestate.com/Products/activepython/>`_
Installer with multi-platform compatibility, documentation, PyWin32
-`Python Enthought Edition <http://code.enthought.com/enthon/>`_
+`Enthought Python Distribution <http://www.enthought.com/products/epd.php>`_
Popular modules (such as PyWin32) with their respective documentation, tool
suite for building extensible python applications
@@ -223,8 +223,7 @@ utilities for:
* Win32 API calls
* Registry
* Event log
-* `Microsoft Foundation Classes <http://msdn.microsoft.com/library/
- en-us/vclib/html/_mfc_Class_Library_Reference_Introduction.asp>`_ (MFC)
+* `Microsoft Foundation Classes <http://msdn.microsoft.com/en-us/library/fe1cf721%28VS.80%29.aspx>`_ (MFC)
user interfaces
`PythonWin <http://web.archive.org/web/20060524042422/
@@ -301,7 +300,7 @@ For extension modules, consult :ref:`building-on-windows`.
MinGW gcc under Windows" or "Installing Python extension with distutils
and without Microsoft Visual C++" by Sébastien Sauvage, 2003
- `MingW -- Python extensions <http://www.mingw.org/MinGWiki/index.php/Python%20extensions>`_
+ `MingW -- Python extensions <http://oldwiki.mingw.org/index.php/Python%20extensions>`_
by Trent Apted et al, 2007