浏览代码

Update key_functions.md

Jack Humbert 8 年之前
父节点
当前提交
4217cb5bbc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/key_functions.md

+ 1 - 1
docs/key_functions.md

@@ -8,7 +8,7 @@ Instead of using `FNx` when defining `ACTION_*` functions, you can use `F(x)` -
 
 ### Limits of these aliases
 
-Currently, the keycodes able to used with these functions are limited to the TMK ones, meaning you can't use keycodes like `KC_TILD`, or anything greater than 0xFF. For a full list of the keycodes able to be used, [see this list](keycode.txt).
+Currently, the keycodes able to used with these functions are limited to the TMK ones, meaning you can't use keycodes like `KC_TILD`, or anything greater than 0xFF. For a full list of the keycodes able to be used, [see this list](keycode.md).
 
 ### Switching and toggling layers