summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>