Fix broken link (#300)

This commit is contained in:
Hanno Cornelius 2021-03-15 09:02:46 +02:00 committed by GitHub
parent c9a305ad97
commit a5c137002f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.