summaryrefslogtreecommitdiff
path: root/docs/reference/src/api/threads
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/src/api/threads')
-rw-r--r--docs/reference/src/api/threads/nng_cv_until.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/src/api/threads/nng_cv_until.md b/docs/reference/src/api/threads/nng_cv_until.md
index 34669953..620b46b7 100644
--- a/docs/reference/src/api/threads/nng_cv_until.md
+++ b/docs/reference/src/api/threads/nng_cv_until.md
@@ -19,7 +19,7 @@ The `nng_cv_until()` waits until either the condition variable _cv_ is signaled
by another thread calling either
[`nng_cv_wake()`](nng_cv_wake.md) or
[`nng_cv_wake1()`](nng_cv_wake1.md), or the system clock (as tracked
-by [`nng_clock()`](nng_clock.md)) reaches _when_.
+by [`nng_clock()`](../util/nng_clock.md)) reaches _when_.
The caller must have have ownership of the mutex that was used when
_cv_ was allocated.
@@ -65,7 +65,7 @@ The following example demonstrates use of this function:
## SEE ALSO
-[nng_clock()](nng_clock.md),
+[nng_clock()](../util/nng_clock.md),
[nng_cv_alloc()](nng_cv_alloc.md),
[nng_cv_wait()](nng_cv_wait.md),
[nng_cv_wake()](nng_cv_wake.md),