From 94898a875882ce9cf33284345c429ff3968e2b44 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 4 Feb 2022 16:45:51 +0530 Subject: [PATCH] fix incorrect use of :ac: --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index c77ac8d79..75c84d64d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -83,7 +83,7 @@ Detailed list of changes - ssh kitten: Fix location of generated terminfo files on NetBSD (:iss:`4622`) - A new action to clear the screen up to the line containing the cursor, see - :ac:`clear_terminal` + :ref:`action-clear_terminal` - macOS: Fix a regression in the previous release that broke switching input sources by keyboard (:iss:`4621`) @@ -153,7 +153,7 @@ Detailed list of changes - Fix getting last command output not working correctly when the screen is scrolled (:pull:`4522`) -- Show number of windows per tab in the :ac:`select_tab` action (:pull:`4523`) +- Show number of windows per tab in the :ref:`action-select_tab` action (:pull:`4523`) - macOS: Fix the shift key not clearing pre-edit text in IME (:iss:`4541`)