diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-05-15 22:29:17 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-05-15 22:29:17 -0400 |
commit | 997a847f8cd3579824009822a125e64507cf6595 (patch) | |
tree | 42eb90bc63ac63039cbef3efcc8332f4e95db8a5 /QMK-Overview.md | |
parent | 60daffbe5df7284e83e092c26bb6b4b32a61f33a (diff) |
update links
Diffstat (limited to 'QMK-Overview.md')
-rw-r--r-- | QMK-Overview.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/QMK-Overview.md b/QMK-Overview.md index 8803d7c554..f595bd2378 100644 --- a/QMK-Overview.md +++ b/QMK-Overview.md @@ -30,7 +30,7 @@ The `make` command is how you compile the firmware into a .hex file, which can b **NOTE:** To abort a make command press `Ctrl-c` -For more details on the QMK build process see [Make Instructions](Make-Instructions). +For more details on the QMK build process see [Make Instructions](/Make-Instructions.md). ### Simple instructions for building and uploading a keyboard @@ -63,7 +63,7 @@ There are 2 `config.h` locations: * keyboard (`/keyboards/<keyboard>/`) * keymap (`/keyboards/<keyboard>/keymaps/<keymap>/`) -The keyboard `config.h` is included only if the keymap one doesn't exist. The format to use for your custom one [is here](/doc/keymap_config_h_example.h). If you want to override a setting from the parent `config.h` file, you need to do this: +The keyboard `config.h` is included only if the keymap one doesn't exist. The format to use for your custom one [is here](https://github.com/qmk/qmk_firmware/blob/master/doc/keymap_config_h_example.h). If you want to override a setting from the parent `config.h` file, you need to do this: ```c #undef MY_SETTING |