summaryrefslogtreecommitdiff
path: root/ref/api/args.html
diff options
context:
space:
mode:
authorgdamore <gdamore@users.noreply.github.com>2025-10-09 00:01:13 +0000
committergdamore <gdamore@users.noreply.github.com>2025-10-09 00:01:13 +0000
commit3db63c95b3b5cc8853fa6a3a19afe34a8ba20dd2 (patch)
tree08e14b1a16f98e0bae2a6a4ea16cbd1fa20bdf2f /ref/api/args.html
parent35df6a2f9a33084b71b24ab31197da81e6486078 (diff)
downloadnng-3db63c95b3b5cc8853fa6a3a19afe34a8ba20dd2.tar.gz
nng-3db63c95b3b5cc8853fa6a3a19afe34a8ba20dd2.tar.bz2
nng-3db63c95b3b5cc8853fa6a3a19afe34a8ba20dd2.zip
deploy: d006acfdd44af4210e39f571fa32314bcd36bb40
Diffstat (limited to 'ref/api/args.html')
-rw-r--r--ref/api/args.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/ref/api/args.html b/ref/api/args.html
index c3aff98f..addb05b2 100644
--- a/ref/api/args.html
+++ b/ref/api/args.html
@@ -254,7 +254,7 @@ and for this purpose a header library is supplied.</p>
</p>
<p>The functionality described here is entirely contained in the
<code>nng/args.h</code> header file, and may be used without previously
-initializing the library with <a href="/api/init.html#initialization"><code>nng_init</code></a>, and may even be used
+initializing the library with <a href="../../api/init.html#initialization"><code>nng_init</code></a>, and may even be used
in programs that are not linked against the NNG library.</p>
</div>
<h2 id="parse-command-line-arguments"><a class="header" href="#parse-command-line-arguments">Parse Command Line Arguments</a></h2>
@@ -415,9 +415,14 @@ unambiguously (meaning it must not match any other option specification.)</p>
exit(1);
}
</code></pre>
+<!-- NOTE: This assumes that any page referencing this is located
+ in a directory two levels down. Meaning ./api/somefile.md or
+ similar. mdbook cannot accommodate links that are called from
+ different levels in the hierarchy. -->
<!-- Symbol cross reference -->
<!-- HTTP -->
<!-- HTTP Status -->
+<!-- TLS -->
<!-- Macros -->
<!-- Protocols -->
<!-- Transports -->