summaryrefslogtreecommitdiff
path: root/ref/api/misc.html
diff options
context:
space:
mode:
Diffstat (limited to 'ref/api/misc.html')
-rw-r--r--ref/api/misc.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/ref/api/misc.html b/ref/api/misc.html
index 748304c9..21e678e7 100644
--- a/ref/api/misc.html
+++ b/ref/api/misc.html
@@ -258,7 +258,7 @@ number facilities when available.</p>
</code></pre>
<p>The <a name="a003"></a><code>nng_socket_pair</code> function creates a pair of connected file descriptors.
These file descriptors, which are returned in the <em>fds</em> array, are suitable for
-use with the <a href="/tran/socket.html">Socket transport</a>.</p>
+use with the <a href="../../tran/socket.html">Socket transport</a>.</p>
<p>On POSIX platforms, this is a thin wrapper around the standard <code>socketpair</code> function,
using the <a name="a004"></a><code>AF_UNIX</code> family and the <code>SOCK_STREAM</code> socket type.
<sup><a name="to-footnote-1"><a href="#footnote-1">1</a></a></sup></p>
@@ -290,9 +290,14 @@ the version numbers reported refer to both the API and the library itself.
(The <a name="a010"></a>ABI – <a name="a011"></a>application binary interface – between the
library and the application is controlled in a similar, but different
manner depending upon the link options and how the library is built.)</p>
+<!-- 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 -->