diff options
author | fabienheureux <contact@fabienlefrapper.me> | 2017-06-02 10:51:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-02 10:51:12 +0200 |
commit | 19816a49981514eb1b2d022af7f4923732097231 (patch) | |
tree | afe196efd6b81481baf690506ddfb2c3b15187c2 | |
parent | 9069edd9344ae280cf7a638b3f8e6c9e53bbfd67 (diff) | |
download | qmk_firmware-19816a49981514eb1b2d022af7f4923732097231.tar.gz qmk_firmware-19816a49981514eb1b2d022af7f4923732097231.zip |
Broken Keymap docs link
-rw-r--r-- | docs/Keycodes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Keycodes.md b/docs/Keycodes.md index e83842cbb..511e69460 100644 --- a/docs/Keycodes.md +++ b/docs/Keycodes.md | |||
@@ -1,6 +1,6 @@ | |||
1 | # Overview | 1 | # Overview |
2 | 2 | ||
3 | When defining a [keymap](https://github.com/qmk/qmk_firmware/blob/master/doc/keymap.md) each key needs a valid key definition. | 3 | When defining a [keymap](https://github.com/qmk/qmk_firmware/blob/master/docs/Keymap.md) each key needs a valid key definition. |
4 | 4 | ||
5 | This page documents the symbols that correspond to keycodes that are available to you in QMK. | 5 | This page documents the symbols that correspond to keycodes that are available to you in QMK. |
6 | 6 | ||