1
0
Fork 0

Fixed dead links (#2451)

* Fixed typo of 'confid.h' to 'config.h'

* Fixed broken links in docs

* Fixed a lot of dead links
This commit is contained in:
Brian Choromanski 2018-03-01 10:45:47 -05:00 committed by skullydazed
parent 2b8a82fb9d
commit 7f7f763598
43 changed files with 57 additions and 62 deletions

View file

@ -2,7 +2,7 @@ TMK Keyboard Firmware Core Library
==================================
This is a keyboard firmware library with some useful features for Atmel AVR and Cortex-M.
Source code is available here: <https://github.com/tmk/tmk_keyboard/tree/core>
Source code is available here: <https://github.com/tmk/tmk_keyboard/tree/master/tmk_core>
Updates
@ -54,7 +54,7 @@ LUFA, PJRC and V-USB stack have their own license respectively.
Build Firmware and Program Controller
-------------------------------------
See [doc/build.md](doc/build.md).
See [doc/build.md](https://github.com/tmk/tmk_keyboard/blob/master/tmk_core/doc/build.md).