diff --git a/content/docs/rfcs/14/README.md b/content/docs/rfcs/14/README.md index 273271f2..6b0bd7e8 100644 --- a/content/docs/rfcs/14/README.md +++ b/content/docs/rfcs/14/README.md @@ -39,8 +39,8 @@ This field holds the Unix epoch time in nanoseconds. Omitting it means the timestamp is unspecified. The `ephemeral` field MAY be set to signify the transient nature of the message. -If the message SHOULD be [stored](/spec/13), then this field MUST be set to `false`, which is equivalent to omitting the field. -If the message SHOULD NOT be [stored](/spec/13), then this field MUST be set to `true`. +If the message SHOULD be stored by the [store protocol](/spec/13), then this field MUST be set to `false`, which is equivalent to omitting the field. +If the message SHOULD NOT be stored by the [store protocol](/spec/13), then this field MUST be set to `true`. See [13/WAKU2-STORE](/spec/13) for more details.