summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Bedini <andrea@andreabedini.com>2015-05-24 13:38:37 +1000
committerStefan Behnel <stefan_ml@behnel.de>2015-06-06 07:44:14 +0200
commit198ec2935de19e9f99ea3e014150a1bc84f23cae (patch)
treedcf85ab2169ef0fc47f63a6231a49639a6c91fa0
parentea970763757dc400a8b48dc702986c318f73963d (diff)
downloadcython-198ec2935de19e9f99ea3e014150a1bc84f23cae.tar.gz
Fix links to CEP 516
-rw-r--r--docs/src/reference/compilation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/reference/compilation.rst b/docs/src/reference/compilation.rst
index 46a84d2c5..81f55872d 100644
--- a/docs/src/reference/compilation.rst
+++ b/docs/src/reference/compilation.rst
@@ -331,13 +331,13 @@ Cython code. Here is the list of currently supported directives:
the operands have opposite signs) and raise a
``ZeroDivisionError`` when the right operand is 0. This has up to
a 35% speed penalty. If set to True, no checks are performed. See
- `CEP 516 <http://wiki.cython.org/enhancements/division>`_. Default
+ `CEP 516 <https://github.com/cython/cython/wiki/enhancements-division>`_. Default
is False.
``cdivision_warnings`` (True / False)
If set to True, Cython will emit a runtime warning whenever
division is performed with negative operands. See `CEP 516
- <http://wiki.cython.org/enhancements/division>`_. Default is
+ <https://github.com/cython/cython/wiki/enhancements-division>`_. Default is
False.
``always_allow_keywords`` (True / False)