Skip to content

Commit

Permalink
Fix internal link for nng_opts_parse.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Oct 12, 2024
1 parent 786abec commit 83d487d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/api/util/nng_opts_parse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 83d487d

Please sign in to comment.