From 274eaca38ec0ee52878e5630889163aea99fbee9 Mon Sep 17 00:00:00 2001 From: Kit Liu <30439030+DesyncTheThird@users.noreply.github.com> Date: Wed, 18 Sep 2024 22:48:41 +0100 Subject: [PATCH] Update docs/tap_hold.md Co-authored-by: Ryan --- docs/tap_hold.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tap_hold.md b/docs/tap_hold.md index 9e850f72afc..15686327133 100644 --- a/docs/tap_hold.md +++ b/docs/tap_hold.md @@ -355,7 +355,7 @@ bool get_permissive_hold(uint16_t keycode, keyrecord_t *record) { } ``` -As in [the earlier example](#Example), you can filter Mod-Tap/Layer-Mod/One Shot keys by their mods rather than checking such keys manually in a switch-case. (Also applicable to the other following `PER_KEY` functions.) +As in the earlier example, you can filter Mod-Tap/Layer-Mod/One Shot keys by their mods rather than checking such keys manually in a switch-case. (Also applicable to the other following `PER_KEY` functions.) ### Hold On Other Key Press