From 16222c19709cea4499bee89ca79e006f53add339 Mon Sep 17 00:00:00 2001 From: Tyler Treat Date: Thu, 27 Feb 2020 16:59:44 -0700 Subject: [PATCH] Update concepts documentation --- documentation/concepts.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/concepts.md b/documentation/concepts.md index d4bf4b54..8fb20b6b 100644 --- a/documentation/concepts.md +++ b/documentation/concepts.md @@ -197,5 +197,6 @@ Controller is also referred to as "metadata leader" in some contexts. Liftbridge extends NATS by allowing regular NATS messages to flow into durable streams. This can be completely transparent to publishers. However, it also allows publishers to *enhance* messages by providing additional metadata and -serializing their messages into *envelopes*. An envelope allows publishers to -set things like the `AckInbox`, `Key`, `Headers`, and other pieces of metadata. +serializing their messages into [*envelopes*](./envelope_protocol.md). An +envelope allows publishers to set things like the `AckInbox`, `Key`, `Headers`, +and other pieces of metadata.