From 75dc18051a5b32fdb54d14bcae83c5554ab46e39 Mon Sep 17 00:00:00 2001 From: Jimmy Debe <91767824+jimstir@users.noreply.github.com> Date: Tue, 19 Mar 2024 01:30:25 -0400 Subject: [PATCH] Update rpc.md --- waku/standards/legacy/9/rpc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku/standards/legacy/9/rpc.md b/waku/standards/legacy/9/rpc.md index 69930136a..ee72467e0 100644 --- a/waku/standards/legacy/9/rpc.md +++ b/waku/standards/legacy/9/rpc.md @@ -46,7 +46,7 @@ In this section you will find objects used throughout the JSON RPC API. #### Message -The message object represents a Waku message. Below you will find the description of the attributes contained in the message object. A message is the decrypted payload and padding of an [envelope](/spec/7) along with all of its metadata and other extra information such as the hash. +The message object represents a Waku message. Below you will find the description of the attributes contained in the message object. A message is the decrypted payload and padding of an [envelope](../7/data.md) along with all of its metadata and other extra information such as the hash. | Field | Type | Description | | ----: | :--: | ----------- |