From 20bea113a4b587271393b979519ee857c65ceba1 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:31:13 +0200 Subject: [PATCH] Do not link to `ndjson[dot]org` in README.md The `ndjson[dot]org` website contains malware. We should not link to it. See https://github.com/ndjson/ndjson.github.io/issues/24 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5185707a..5e50d80e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ See [messages.md](messages.md) for a detailed description of each message type. ## Encoding When Cucumber Messages are stored in a file or sent over a network, they are -encoded as [NDJSON](http://ndjson.org/). We call this a *message stream*. +encoded as NDJSON. We call this a *message stream*. Each message in a message stream is of type [Envelope](messages.md#envelope).