summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
^^^^^^^^^^^^^^^^^^^