summaryrefslogtreecommitdiff
path: root/docs/reference/src/api/aio
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-03-25 21:48:58 -0700
committerGarrett D'Amore <garrett@damore.org>2024-03-25 21:48:58 -0700
commit87e5fc287fedb14656f964254f9b5c738c72b72a (patch)
tree4bbd8ce889381d7b2de21b3c888a38c87acf7e31 /docs/reference/src/api/aio
parent9d71bbc9f67478ccc28bf6ea9cb1617e8293be94 (diff)
downloadnng-87e5fc287fedb14656f964254f9b5c738c72b72a.tar.gz
nng-87e5fc287fedb14656f964254f9b5c738c72b72a.tar.bz2
nng-87e5fc287fedb14656f964254f9b5c738c72b72a.zip
More content changes.
Diffstat (limited to 'docs/reference/src/api/aio')
-rw-r--r--docs/reference/src/api/aio/nng_aio_set_timeout.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/src/api/aio/nng_aio_set_timeout.md b/docs/reference/src/api/aio/nng_aio_set_timeout.md
index b0bab9ab..e5ac3e8e 100644
--- a/docs/reference/src/api/aio/nng_aio_set_timeout.md
+++ b/docs/reference/src/api/aio/nng_aio_set_timeout.md
@@ -33,7 +33,7 @@ timeout is used.
The `nng_aio_set_expire()` function is similar to `nng_aio_set_timeout()`, but sets
an absolute expiration time based on the system clock. The _expiration_
is expressed as a number of milliseconds since some point in the past.
-The [`nng_clock()`](nng_clock.md) function can be used to determine
+The [`nng_clock()`](../util/nng_clock.md) function can be used to determine
the current value of the clock.
> [!TIP]
@@ -50,4 +50,4 @@ or absolute timeout.
[nng_aio_cancel()](nng_aio_cancel.md),
[nng_aio_result()](nng_aio_result.md),
-[nng_duration](nng_duration)
+[nng_clock()](../util/nng_clock.md)