aboutsummaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-10-11 23:48:07 -0700
committerGarrett D'Amore <garrett@damore.org>2024-10-11 23:48:07 -0700
commit83d487d113808d271c38d677ed00dd9ddd55a9b0 (patch)
tree93de04ed078ae90c8b3e1bf11395ef7a819ab5c0 /docs/ref
parent786abec6eb81a5660f20f7bf2356ad73be1cb2d1 (diff)
downloadnng-83d487d113808d271c38d677ed00dd9ddd55a9b0.tar.gz
nng-83d487d113808d271c38d677ed00dd9ddd55a9b0.tar.bz2
nng-83d487d113808d271c38d677ed00dd9ddd55a9b0.zip
Fix internal link for nng_opts_parse.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/api/util/nng_opts_parse.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/api/util/nng_opts_parse.md b/docs/ref/api/util/nng_opts_parse.md
index ddcea832..40a0dd3d 100644
--- a/docs/ref/api/util/nng_opts_parse.md
+++ b/docs/ref/api/util/nng_opts_parse.md
@@ -33,7 +33,7 @@ The function parses arguments from `main` (using _argc_ and _argv_),
starting at the index referenced by _idx_.
(New invocations typically set the value pointed to by _idx_ to 1.)
-Options are parsed as specified by _spec_ (see <<Option Specification>>.)
+Options are parsed as specified by _spec_ (see [Option Specification](#option-specification).)
The value of the parsed option will be stored at the address indicated by
_val_, and the value of _idx_ will be incremented to reflect the next
option to parse.