aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorJoel Spadin <[email protected]>2024-01-21 18:12:44 -0600
committerJoel Spadin <[email protected]>2024-01-25 18:03:37 -0600
commit84e056793b7b1200f85317e97e9eaa527176633d (patch)
tree090a0c44c592f2cd90a05c99a425f01958d4a81b /docs
parenta0465391beb69ff3ccd000a9696e80d73362f5f4 (diff)
downloadzmk-84e056793b7b1200f85317e97e9eaa527176633d.tar.gz
zmk-84e056793b7b1200f85317e97e9eaa527176633d.zip
fix(docs): Fix links to keymap upgrader
Diffstat (limited to 'docs')
-rw-r--r--docs/blog/2021-01-27-zmk-sotf-4.md2
-rw-r--r--docs/blog/2023-04-06-zephyr-3-2.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/blog/2021-01-27-zmk-sotf-4.md b/docs/blog/2021-01-27-zmk-sotf-4.md
index 823c4c5fdc..73047fa5ab 100644
--- a/docs/blog/2021-01-27-zmk-sotf-4.md
+++ b/docs/blog/2021-01-27-zmk-sotf-4.md
@@ -80,7 +80,7 @@ to your keymap will send `ESC` when pressed on its own, but will send `` ` `` wh
#### Keymap Upgrader
-[joelspadin] completed the [Keymap Upgrader](/docs/codes/keymap-upgrader) which can be used to update your keymap to using the latest supported codes, and move away from the old deprecated codes.
+[joelspadin] completed the [Keymap Upgrader](/keymap-upgrader) which can be used to update your keymap to using the latest supported codes, and move away from the old deprecated codes.
If you've made keymap customizations, please make sure to run your keymaps through the upgrader, since the old deprecated codes will be removed in a future version of ZMK.
diff --git a/docs/blog/2023-04-06-zephyr-3-2.md b/docs/blog/2023-04-06-zephyr-3-2.md
index 69ecb6dd03..4ba71cacdb 100644
--- a/docs/blog/2023-04-06-zephyr-3-2.md
+++ b/docs/blog/2023-04-06-zephyr-3-2.md
@@ -115,7 +115,7 @@ CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n
Due to conflicts with new devicetree node labels added for Zephyr's [reset system](https://docs.zephyrproject.org/3.2.0/hardware/peripherals/reset.html), the `&reset` behavior has been renamed to `&sys_reset`.
-All of the in-tree keymaps have been fixed, but you may encounter build failures about duplicate names, requiring you rename the behavior reference in your keymap. Use the [Keymap Upgrader](/docs/codes/keymap-upgrader) and this will get fixed for you automatically.
+All of the in-tree keymaps have been fixed, but you may encounter build failures about duplicate names, requiring you rename the behavior reference in your keymap. Use the [Keymap Upgrader](/keymap-upgrader) and this will get fixed for you automatically.
## Board/Shield Changes