aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/api
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/api')
-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.