We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aefbb6 commit 88a83f0Copy full SHA for 88a83f0
1 file changed
docs/cli.rst
@@ -1128,7 +1128,7 @@ You can insert binary data into a BLOB column by first encoding it using base64
1128
Inserting newline-delimited JSON
1129
--------------------------------
1130
1131
-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:
1132
1133
.. code-block:: bash
1134
@@ -2781,4 +2781,4 @@ You can uninstall packages that were installed using ``sqlite-utils install`` wi
2781
2782
sqlite-utils uninstall beautifulsoup4
2783
2784
-Use ``-y`` to skip the request for confirmation.
+Use ``-y`` to skip the request for confirmation.
0 commit comments