Link to JSON Lines instead

ndjson.org has an expired domain.
This commit is contained in:
Simon Willison 2025-05-04 22:50:10 -07:00 committed by GitHub
commit 88a83f0b7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 <http://ndjson.org/>`__ using the ``--nl`` option:
You can also import newline-delimited JSON (see `JSON Lines <https://jsonlines.org/>`__) 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.
Use ``-y`` to skip the request for confirmation.