aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2024-08-19 19:05:10 +0000
committerQMK Bot <hello@qmk.fm>2024-08-19 19:05:10 +0000
commit31b962b3397818166aba94912879d44d30c75d2e (patch)
tree97ee7aa6a8bc7ee20b59b1b2b2a194c3f1f79db7 /docs
parent97a0091bbbaf2defefddbf1fa4423d5ecba01086 (diff)
parent557e4e7ffca754b323d383b967af788d0d88790b (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/porting_your_keyboard_to_qmk.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/porting_your_keyboard_to_qmk.md b/docs/porting_your_keyboard_to_qmk.md
index eb45790128..e5a1f803f7 100644
--- a/docs/porting_your_keyboard_to_qmk.md
+++ b/docs/porting_your_keyboard_to_qmk.md
@@ -149,7 +149,7 @@ Next is configuring Layout Macro(s). These define the physical arrangement of ke
In the above example,
* `LAYOUT_ortho_4x4` defines the name of the layout macro
- * It must conform to the [layout guidelines](hardware_keyboard_guidelines#ltkeyboard_namehgt)
+ * It must conform to the [layout guidelines](hardware_keyboard_guidelines#keyboard-name-h)
* `"matrix": [0, 0]` defines the electrical position
::: tip