summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/manual/locking.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/locking.txt b/doc/manual/locking.txt
index c1bd5ca46..94fcdefc8 100644
--- a/doc/manual/locking.txt
+++ b/doc/manual/locking.txt
@@ -74,7 +74,7 @@ model low level lockfree mechanisms:
 
 The ``locks`` pragma takes a list of lock expressions ``locks: [a, b, ...]``
 in order to support *multi lock* statements. Why these are essential is
-explained in the `lock levels`_ section.
+explained in the `lock levels <#guards-and-locks-lock-levels>`_ section.
 
 
 Protecting general locations