From 83d487d113808d271c38d677ed00dd9ddd55a9b0 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 11 Oct 2024 23:48:07 -0700 Subject: Fix internal link for nng_opts_parse. --- docs/ref/api/util/nng_opts_parse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/api') 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 <