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 532dc46 commit eab54c7Copy full SHA for eab54c7
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
0 commit comments