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.