summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorda-woods <dw-git@d-woods.co.uk>2021-08-09 20:44:26 +0100
committerGitHub <noreply@github.com>2021-08-09 21:44:26 +0200
commit8af0271186cc642436306274564986888d5e64c8 (patch)
tree80a7f4530fe9bf6bc9879b6f5e244192b59841fa
parent3a0ca192ed497f81c7bee60f13f635c9ac265e72 (diff)
downloadcython-8af0271186cc642436306274564986888d5e64c8.tar.gz
docs: fix internal link (GH-4333)
-rw-r--r--docs/src/userguide/special_methods.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/userguide/special_methods.rst b/docs/src/userguide/special_methods.rst
index e9b02c32d..42ce93498 100644
--- a/docs/src/userguide/special_methods.rst
+++ b/docs/src/userguide/special_methods.rst
@@ -353,7 +353,7 @@ Note that Cython 0.x did not make use of the ``__r...__`` variants and instead
used the bidirectional C slot signature for the regular methods, thus making the
first argument ambiguous (not 'self' typed).
Since Cython 3.0, the operator calls are passed to the respective special methods.
-See the section on `Arithmetic methods <arithmetic_methods>`_ above.
+See the section on :ref:`Arithmetic methods <arithmetic_methods>` above.
Numeric conversions
^^^^^^^^^^^^^^^^^^^