]> granicus.if.org Git - python/commitdiff
Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@.
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 11:20:49 +0000 (13:20 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 11:20:49 +0000 (13:20 +0200)
Doc/install/index.rst

index e595309da9de684660274eb0aac82f205f97e520..738aaa152fc8a6f88dd426c7d339fda7655a3ad7 100644 (file)
@@ -1046,7 +1046,7 @@ These compilers require some special libraries.  This task is more complex than
 for Borland's C++, because there is no program to convert the library.  First
 you have to create a list of symbols which the Python DLL exports. (You can find
 a good program for this task at
-http://www.emmestech.com/software/pexports-0.43/download_pexports.html).
+http://sourceforge.net/projects/mingw/files/MinGW/Extension/pexports/).
 
 .. I don't understand what the next line means. --amk
 .. (inclusive the references on data structures.)