From 2747257a3334d55e890b40ec58fada57ae8cfbfd Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 21 May 2023 14:11:54 -0700 Subject: [PATCH] Fixed link in changelog --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 67c5ea1..65d4a0a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,7 +9,7 @@ 3.32.1 (2023-05-21) ------------------- -- Examples in the :ref:`CLI documentation <>` can now all be copied and pasted without needing to remove a leading ``$``. (:issue:`551`) +- Examples in the :ref:`CLI documentation ` can now all be copied and pasted without needing to remove a leading ``$``. (:issue:`551`) - Documentation now covers :ref:`installation_completion` for ``bash`` and ``zsh``. (:issue:`552`) .. _v3_32: