diff --git a/docs/cli.rst b/docs/cli.rst
index 4fa6042..5f3b7c1 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