summaryrefslogtreecommitdiff
path: root/docs/src/userguide/pyrex_differences.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/userguide/pyrex_differences.rst')
-rw-r--r--docs/src/userguide/pyrex_differences.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/userguide/pyrex_differences.rst b/docs/src/userguide/pyrex_differences.rst
index 8a958ec9a..aa2eb75da 100644
--- a/docs/src/userguide/pyrex_differences.rst
+++ b/docs/src/userguide/pyrex_differences.rst
@@ -310,7 +310,7 @@ Automatic ``typecheck``
Rather than introducing a new keyword ``typecheck`` as explained in the
`Pyrex docs
-<http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/version/Doc/Manual/special_methods.html>`_,
+<https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/version/Doc/Manual/special_methods.html>`_,
Cython emits a (non-spoofable and faster) typecheck whenever
:func:`isinstance` is used with an extension type as the second parameter.