docs: https all the links \o/
Most of them already redirected to https anyway, so we might as well
avoid the redirection and the security implications by linking directly
to the right protocol.
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Brian Paul <brianp@vmware.com>
diff --git a/docs/install.html b/docs/install.html
index 7a690c9..765ecea 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -71,7 +71,7 @@
<ul>
-<li><a href="http://www.python.org/">Python</a> - Python is required.
+<li><a href="https://www.python.org/">Python</a> - Python is required.
Version 2.6.4 or later should work.
</li>
<li><a href="http://www.makotemplates.org/">Python Mako module</a> -