From eab54c7696c600bbf1e34ec7e2a5c6a22e5620cd Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 24 Nov 2025 08:47:41 -0800 Subject: [PATCH] Link to JSON Lines instead ndjson.org has an expired domain. --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index 4fa6042..5f3b7c1 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -1128,7 +1128,7 @@ You can insert binary data into a BLOB column by first encoding it using base64 Inserting newline-delimited JSON -------------------------------- -You can also import `newline-delimited JSON `__ using the ``--nl`` option: +You can also import newline-delimited JSON (see `JSON Lines `__) using the ``--nl`` option: .. code-block:: bash