summaryrefslogtreecommitdiff
path: root/ref/api/stream.html
diff options
context:
space:
mode:
authorgdamore <gdamore@users.noreply.github.com>2025-01-15 05:56:53 +0000
committergdamore <gdamore@users.noreply.github.com>2025-01-15 05:56:53 +0000
commit2b8d71694ea8755881bdb8d8fe1fdcc9d4055eac (patch)
tree36a08075a6963a9b81b493d1ef1908a06452eb2a /ref/api/stream.html
parentb163d078fcb3e40ad3f047f42326e9267bc4da50 (diff)
downloadnng-2b8d71694ea8755881bdb8d8fe1fdcc9d4055eac.tar.gz
nng-2b8d71694ea8755881bdb8d8fe1fdcc9d4055eac.tar.bz2
nng-2b8d71694ea8755881bdb8d8fe1fdcc9d4055eac.zip
deploy: 575148ac9a274d61e45220fda7d8de6a420f4fe4
Diffstat (limited to 'ref/api/stream.html')
-rw-r--r--ref/api/stream.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/api/stream.html b/ref/api/stream.html
index fb6770a7..8b7abc6c 100644
--- a/ref/api/stream.html
+++ b/ref/api/stream.html
@@ -244,7 +244,7 @@ using these Streams APIs.</p>
note
</p>
<p>The <code>nng_stream</code> object is used for raw byte stream connections, and
-should not be confused with a <a href="/TODO.html">pipe</a> object created on a <a href="/TODO.html">socket</a> using
+should not be confused with a <a href="/api/pipe.html">pipe</a> object created on a <a href="/TODO.html">socket</a> using
the <a href="/TODO.html"><code>nng_listen</code></a>, <a href="/TODO.html"><code>nng_dial</code></a> or related functions.</p>
</div>
<h2 id="sending-and-receiving-data"><a class="header" href="#sending-and-receiving-data">Sending and Receiving Data</a></h2>