aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/readme.md
diff options
context:
space:
mode:
authorBrian Choromanski <BrianChoromanski@gmail.com>2018-03-01 10:45:47 -0500
committerskullydazed <skullydazed@users.noreply.github.com>2018-03-01 07:45:47 -0800
commit7f7f763598b7be7b2081a73be2124f40349d8032 (patch)
tree2e89e3fb645567b5605d396abd13cf519d012bf9 /tmk_core/readme.md
parent2b8a82fb9defa95ca679672322e7f43052fdc44f (diff)
downloadqmk_firmware-7f7f763598b7be7b2081a73be2124f40349d8032.tar.gz
qmk_firmware-7f7f763598b7be7b2081a73be2124f40349d8032.zip
Fixed dead links (#2451)
* Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links
Diffstat (limited to 'tmk_core/readme.md')
-rw-r--r--tmk_core/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/readme.md b/tmk_core/readme.md
index 5f135617c..a3783fe37 100644
--- a/tmk_core/readme.md
+++ b/tmk_core/readme.md
@@ -2,7 +2,7 @@ TMK Keyboard Firmware Core Library
2================================== 2==================================
3This is a keyboard firmware library with some useful features for Atmel AVR and Cortex-M. 3This is a keyboard firmware library with some useful features for Atmel AVR and Cortex-M.
4 4
5Source code is available here: <https://github.com/tmk/tmk_keyboard/tree/core> 5Source code is available here: <https://github.com/tmk/tmk_keyboard/tree/master/tmk_core>
6 6
7 7
8Updates 8Updates
@@ -54,7 +54,7 @@ LUFA, PJRC and V-USB stack have their own license respectively.
54 54
55Build Firmware and Program Controller 55Build Firmware and Program Controller
56------------------------------------- 56-------------------------------------
57See [doc/build.md](doc/build.md). 57See [doc/build.md](https://github.com/tmk/tmk_keyboard/blob/master/tmk_core/doc/build.md).
58 58
59 59
60 60