From 2abcf110429981fedf7b14d2501f33484f0b36dd Mon Sep 17 00:00:00 2001 From: Noam Hershtig Date: Sat, 2 Mar 2019 23:46:52 +0200 Subject: [PATCH] Fix reference in docs --- docs/src/userguide/fusedtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/userguide/fusedtypes.rst b/docs/src/userguide/fusedtypes.rst index d91b3ef919b..b108b944e99 100644 --- a/docs/src/userguide/fusedtypes.rst +++ b/docs/src/userguide/fusedtypes.rst @@ -255,7 +255,7 @@ Conditional GIL Acquiring / Releasing ===================================== Acquiring and releasing the GIL can be controlled by a condition -which is known at compile time (see :ref:`_gil_conditional`). +which is known at compile time (see :ref:`gil_conditional`). This is most useful when combined with fused types. A fused type function may have to handle both cython native types