Skip to content

Commit 88a83f0

Browse files
authored
Link to JSON Lines instead
ndjson.org has an expired domain.
1 parent 0aefbb6 commit 88a83f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cli.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ You can insert binary data into a BLOB column by first encoding it using base64
11281128
Inserting newline-delimited JSON
11291129
--------------------------------
11301130

1131-
You can also import `newline-delimited JSON <http://ndjson.org/>`__ using the ``--nl`` option:
1131+
You can also import newline-delimited JSON (see `JSON Lines <https://jsonlines.org/>`__) using the ``--nl`` option:
11321132

11331133
.. code-block:: bash
11341134
@@ -2781,4 +2781,4 @@ You can uninstall packages that were installed using ``sqlite-utils install`` wi
27812781
27822782
sqlite-utils uninstall beautifulsoup4
27832783
2784-
Use ``-y`` to skip the request for confirmation.
2784+
Use ``-y`` to skip the request for confirmation.

0 commit comments

Comments
 (0)