summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authornarimiran <miran.tuhtan+git@gmail.com>2017-10-23 20:09:23 +0200
committernarimiran <miran.tuhtan+git@gmail.com>2017-10-23 20:09:23 +0200
commite3c52bd4f48548fbeb640dd1b7841c8ce0994d6b (patch)
treef6cc97a694dbad1be8aac4988fb4b60403016bd6 /doc
parent5404e47dd040c5aff3c0bb2b6d7a768e8c3b90e5 (diff)
downloadNim-e3c52bd4f48548fbeb640dd1b7841c8ce0994d6b.tar.gz
fix broken link
Diffstat (limited to 'doc')
-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