summaryrefslogtreecommitdiff
path: root/ref/api/pipe.html
diff options
context:
space:
mode:
Diffstat (limited to 'ref/api/pipe.html')
-rw-r--r--ref/api/pipe.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/api/pipe.html b/ref/api/pipe.html
index b70e4a11..f0cd5b23 100644
--- a/ref/api/pipe.html
+++ b/ref/api/pipe.html
@@ -313,7 +313,7 @@ nng_socket nng_pipe_socket(nng_pipe p);
<p><a name="a007"></a>
<a name="a008"></a>
<a name="a009"></a>
-These functions return the <a href="../TODO.html">socket</a>, <a href="../TODO.html">dialer</a>, or <a href="../TODO.html">listener</a> that created or owns the pipe.</p>
+These functions return the <a href="../api/sock.html">socket</a>, <a href="../TODO.html">dialer</a>, or <a href="../TODO.html">listener</a> that created or owns the pipe.</p>
<p>If the pipe was does not have an associated dialer or listener, then the associated will
return [<code>NNG_DIALER_INITIALIZER</code>] or [<code>NNG_LISTENER_INITIALIZER</code>], as appropriate, and
either [<code>nng_dialer_id</code>] or [<code>nng_listener_id</code>] for the returned object will return -1.</p>