Issue #26736: Used HTTPS for external links in the documentation if possible.

This commit is contained in:
Serhiy Storchaka 2016-05-07 10:49:07 +03:00
parent 64099ea58e
commit 6dff0205b7
66 changed files with 140 additions and 138 deletions

View file

@ -42,7 +42,7 @@ on what you're trying to do.
.. XXX make sure these all work
`Cython <http://cython.org>`_ and its relative `Pyrex
<http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/>`_ are compilers
<https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/>`_ are compilers
that accept a slightly modified form of Python and generate the corresponding
C code. Cython and Pyrex make it possible to write an extension without having
to learn Python's C API.