Przeglądaj źródła

Fix dead link in porting_your_keyboard_to_qmk.md (#24306)

Joel Challis 1 rok temu
rodzic
commit
557e4e7ffc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/porting_your_keyboard_to_qmk.md

+ 1 - 1
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