Browse Source

Merge pull request #1600 from kavika13/patch-1

Updating deprecated pywin32 link
Rémi Verschelde 7 years ago
parent
commit
56e51f6b07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      development/compiling/compiling_for_windows.rst

+ 1 - 1
development/compiling/compiling_for_windows.rst

@@ -44,7 +44,7 @@ Pywin32 is required for parallel builds using multiple CPU cores.
 If SCons is issuing a warning about Pywin32 after parsing SConstruct
 If SCons is issuing a warning about Pywin32 after parsing SConstruct
 build instructions, when beginning to build, you need to install it properly
 build instructions, when beginning to build, you need to install it properly
 from the correct installer executable for your Python version
 from the correct installer executable for your Python version
-`located at Sourceforge. <https://sourceforge.net/projects/pywin32/files/pywin32/>`__
+`located at Github. <https://github.com/mhammond/pywin32/releases>`__
 
 
 For example, if you installed a 32-bit version of Python 2.7, you would want
 For example, if you installed a 32-bit version of Python 2.7, you would want
 to install the latest version of Pywin32 that is built for the mentioned version
 to install the latest version of Pywin32 that is built for the mentioned version