summaryrefslogtreecommitdiff
path: root/QMK-Overview.md
diff options
context:
space:
mode:
authorJack Humbert2017-05-15 22:29:17 -0400
committerJack Humbert2017-05-15 22:29:17 -0400
commit997a847f8cd3579824009822a125e64507cf6595 (patch)
tree42eb90bc63ac63039cbef3efcc8332f4e95db8a5 /QMK-Overview.md
parent60daffbe5df7284e83e092c26bb6b4b32a61f33a (diff)
update links
Diffstat (limited to 'QMK-Overview.md')
-rw-r--r--QMK-Overview.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/QMK-Overview.md b/QMK-Overview.md
index 8803d7c55..f595bd237 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