diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-10-23 19:30:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-23 19:30:07 +0100 |
commit | c05124485962620d8d1198d3914c1e1b7fe1cb1f (patch) | |
tree | f6cc97a694dbad1be8aac4988fb4b60403016bd6 | |
parent | 5404e47dd040c5aff3c0bb2b6d7a768e8c3b90e5 (diff) | |
parent | e3c52bd4f48548fbeb640dd1b7841c8ce0994d6b (diff) | |
download | Nim-c05124485962620d8d1198d3914c1e1b7fe1cb1f.tar.gz |
Merge pull request #6577 from narimiran/linkFix
fixes #6575
-rw-r--r-- | doc/manual/locking.txt | 2 |
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 |