diff --git a/specs/waku/v2/waku-message.md b/specs/waku/v2/waku-message.md index b587a82e..1d6cef8d 100644 --- a/specs/waku/v2/waku-message.md +++ b/specs/waku/v2/waku-message.md @@ -65,7 +65,7 @@ This indicates that the payload SHOULD be either unencrypted or that encryption ### Version 1 (not yet implemented in Waku v2) This indicates that payloads MUST be encrypted using [Waku v1 envelope data -format spec](../v1/envelope-data-format.md). +format spec](https://specs.vac.dev/specs/waku/v1/envelope-data-format.html). This provides for asymmetric and symmetric encryption. Key agreement is out of band. It also provides an encrypted signature and padding for some form of unlinkability.