summaryrefslogtreecommitdiff
path: root/docs/src/userguide/pypy.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/userguide/pypy.rst')
-rw-r--r--docs/src/userguide/pypy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/userguide/pypy.rst b/docs/src/userguide/pypy.rst
index cf1fbb24d..893277bda 100644
--- a/docs/src/userguide/pypy.rst
+++ b/docs/src/userguide/pypy.rst
@@ -2,7 +2,7 @@ Porting Cython code to PyPy
===========================
Cython has basic support for cpyext, the layer in
-`PyPy <http://pypy.org/>`_ that emulates CPython's C-API. This is
+`PyPy <https://pypy.org/>`_ that emulates CPython's C-API. This is
achieved by making the generated C code adapt at C compile time, so
the generated code will compile in both CPython and PyPy unchanged.