From 73523c0b3d6b2591a2b7a1d12367c1066e567b8d Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sun, 27 Oct 2024 13:26:20 +0100 Subject: [PATCH] Do not link to `ndjson[dot]org` in README.md (#258) 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).