summaryrefslogtreecommitdiff
path: root/ref/api/msg.html
diff options
context:
space:
mode:
authorgdamore <gdamore@users.noreply.github.com>2024-10-27 19:43:14 +0000
committergdamore <gdamore@users.noreply.github.com>2024-10-27 19:43:14 +0000
commit6096172cf3630dbc5366a85fe89fb361b4f40fae (patch)
tree270a8a6f0b7ff72fe3e6cbf9959ee28b284ae2b1 /ref/api/msg.html
parent45ac4fa56b6e5c31a28fd08eaad14a09bf3934f6 (diff)
downloadnng-6096172cf3630dbc5366a85fe89fb361b4f40fae.tar.gz
nng-6096172cf3630dbc5366a85fe89fb361b4f40fae.tar.bz2
nng-6096172cf3630dbc5366a85fe89fb361b4f40fae.zip
deploy: c699588c5e68880b8fd890711a4f7cca2b49a0bc
Diffstat (limited to 'ref/api/msg.html')
-rw-r--r--ref/api/msg.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ref/api/msg.html b/ref/api/msg.html
index ff9a1cad..664795c4 100644
--- a/ref/api/msg.html
+++ b/ref/api/msg.html
@@ -244,8 +244,8 @@
<h1 id="messages"><a class="header" href="#messages">Messages</a></h1>
<p>Messages <a name="a001"></a> in Scalability Protocols are the fundamental unit of
transmission and reception, as these protocols are fundamentally message-oriented.</p>
-<p>Messages have a [body][nng_msg_body]<a name="a002"></a>, containing the application-supplied
-payload, and a [header][nng_msg_header]<a name="a003"></a>, containing protocol specific routing and similar
+<p>Messages have a <a href="/api/msg.html#message-body">body</a><a name="a002"></a>, containing the application-supplied
+payload, and a <a href="/api/msg.html#message-header">header</a><a name="a003"></a>, containing protocol specific routing and similar
related information.</p>
<div class="mdbook-alerts mdbook-alerts-tip">
<p class="mdbook-alerts-title">