Issue #26736: Used HTTPS for external links in the documentation if possible.
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst
index d78b43d..6663551 100644
--- a/Doc/c-api/init.rst
+++ b/Doc/c-api/init.rst
@@ -297,7 +297,7 @@
It is recommended that applications embedding the Python interpreter
for purposes other than executing a single script pass 0 as *updatepath*,
and update :data:`sys.path` themselves if desired.
- See `CVE-2008-5983 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_.
+ See `CVE-2008-5983 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_.
On versions before 2.6.6, you can achieve the same effect by manually
popping the first :data:`sys.path` element after having called