From c699588c5e68880b8fd890711a4f7cca2b49a0bc Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 27 Oct 2024 12:38:10 -0700 Subject: [PATCH] docs: fix message links --- docs/ref/api/msg.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/api/msg.md b/docs/ref/api/msg.md index 0ded6504d..319fa1e42 100644 --- a/docs/ref/api/msg.md +++ b/docs/ref/api/msg.md @@ -3,8 +3,8 @@ Messages {{hi:messages}} in Scalability Protocols are the fundamental unit of transmission and reception, as these protocols are fundamentally message-oriented. -Messages have a [body][nng_msg_body]{{hi:body}}, containing the application-supplied -payload, and a [header][nng_msg_header]{{hi:header}}, containing protocol specific routing and similar +Messages have a [body][`nng_msg_body`]{{hi:body}}, containing the application-supplied +payload, and a [header][`nng_msg_header`]{{hi:header}}, containing protocol specific routing and similar related information. > [!TIP]