From 88a83f0b7e1ab9260605426e2123584f5e16fd1b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 4 May 2025 22:50:10 -0700 Subject: [PATCH] Link to JSON Lines instead ndjson.org has an expired domain. --- docs/cli.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli.rst b/docs/cli.rst index 3f657e0..124970b 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 @@ -2781,4 +2781,4 @@ You can uninstall packages that were installed using ``sqlite-utils install`` wi sqlite-utils uninstall beautifulsoup4 -Use ``-y`` to skip the request for confirmation. \ No newline at end of file +Use ``-y`` to skip the request for confirmation.