summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-12-05 19:22:33 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-12-05 19:25:18 +0000
commit51ee23b580ca0cd088ff7adfdeec633d4caef937 (patch)
tree741817c894cf9c853c37000cad67edd261926868 /Doc
parentffd32797cca0f22ba88c60b5d122fd91cfcb1a7f (diff)
downloadswig-51ee23b580ca0cd088ff7adfdeec633d4caef937.tar.gz
Link to distutils fix
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Python.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Python.html b/Doc/Manual/Python.html
index 77d0b7e81..373472d86 100644
--- a/Doc/Manual/Python.html
+++ b/Doc/Manual/Python.html
@@ -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>