Link to distutils fix

This commit is contained in:
William S Fulton 2015-12-05 19:22:33 +00:00
commit 51ee23b580

View file

@ -281,7 +281,7 @@ how you might go about compiling and using the generated files.
<p>
The preferred approach to building an extension module for python is to compile it with
distutils, which comes with all recent versions of python
(<a href="http://docs.python.org/distutils/index.html">Distutils Docs</a>).
(<a href="https://docs.python.org/library/distutils.html">Distutils Docs</a>).
</p>
<p>