forked from mirrors/qmk_firmware
Merge pull request #38 from alcesleo/patch-2
Make links work in TMK_README
This commit is contained in:
commit
43afb2ebef
1 changed files with 3 additions and 3 deletions
|
@ -113,13 +113,13 @@ Third party libraries like LUFA, PJRC and V-USB have their own license respectiv
|
||||||
|
|
||||||
Build Firmware and Program Controller
|
Build Firmware and Program Controller
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
See [doc/build.md](doc/build.md), or the README in the particular keyboard/* folder.
|
See [doc/build.md](tmk_core/doc/build.md), or the README in the particular keyboard/* folder.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Change your keymap
|
Change your keymap
|
||||||
------------------
|
------------------
|
||||||
See [doc/keymap.md](doc/keymap.md).
|
See [doc/keymap.md](tmk_core/doc/keymap.md).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -240,4 +240,4 @@ Coding Style
|
||||||
|
|
||||||
Other Keyboard Firmware Projects
|
Other Keyboard Firmware Projects
|
||||||
------------------
|
------------------
|
||||||
You can learn a lot about keyboard firmware from these. See [doc/other_projects.md](doc/other_projects.md).
|
You can learn a lot about keyboard firmware from these. See [doc/other_projects.md](tmk_core/doc/other_projects.md).
|
||||||
|
|
Loading…
Reference in a new issue