diff options
author | Devin J. Pohly <djpohly+github@gmail.com> | 2017-11-30 12:18:01 -0600 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-11-30 10:18:01 -0800 |
commit | 7aaef1626693f4e4449946de025aa6175adcfa3d (patch) | |
tree | eb9c2b5f38515ddfda61e7dd036e5535692969b8 /docs/feature_advanced_keycodes.md | |
parent | 28874a9f33e7527f5104ec507f78360481f51f9e (diff) | |
download | qmk_firmware-7aaef1626693f4e4449946de025aa6175adcfa3d.tar.gz |
Fix internal links in docs/ (#2080)
One link in the summary (Modding your keyboard) referred to a page that
was deleted; the rest have been updated to point to the new names.
Diffstat (limited to 'docs/feature_advanced_keycodes.md')
-rw-r--r-- | docs/feature_advanced_keycodes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_advanced_keycodes.md b/docs/feature_advanced_keycodes.md index d49efdc1a..035553738 100644 --- a/docs/feature_advanced_keycodes.md +++ b/docs/feature_advanced_keycodes.md @@ -15,7 +15,7 @@ This will allow you to use `FN_CAPS` and `ALT_TAB` in your `KEYMAP()`, keeping i ### Limits of these aliases -Currently, the keycodes able to used with these functions are limited to the [Basic Keycodes](keycodes_basic.html), 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 [Basic Keycodes](keycodes_basic.html). +Currently, the keycodes able to used with these functions are limited to the [Basic Keycodes](keycodes_basic.md), 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 [Basic Keycodes](keycodes_basic.md). # Switching and toggling layers |