diff options
author | Alexander Dang-Tran <alex.dangtran@gmail.com> | 2018-05-19 16:20:07 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-05-24 00:00:20 -0400 |
commit | 73ddb764ccbe47662ba4604a18818f003abd8d36 (patch) | |
tree | a3927d6677bbc20f2e159fc922ca71078a16ccfb /docs/README.md | |
parent | 2ec0e014302fbdcd61047e90c131d0e1302f2e17 (diff) | |
download | firmware-73ddb764ccbe47662ba4604a18818f003abd8d36.tar.gz firmware-73ddb764ccbe47662ba4604a18818f003abd8d36.tar.bz2 firmware-73ddb764ccbe47662ba4604a18818f003abd8d36.zip |
Fix readme and contributing hyperlinks
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md index a4db81eb6..22ab243cd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -19,7 +19,7 @@ Otherwise, you can either download it directly ([zip](https://github.com/qmk/qmk ## How to Compile -Before you are able to compile, you'll need to [install an environment](01_Getting_Started/01_Install_Build_Tools.md) for AVR or/and ARM development. Once that is complete, you'll use the `make` command to build a keyboard and keymap with the following notation: +Before you are able to compile, you'll need to [install an environment](getting_started_build_tools.md) for AVR or/and ARM development. Once that is complete, you'll use the `make` command to build a keyboard and keymap with the following notation: make planck/rev4:default @@ -29,4 +29,4 @@ This would build the `rev4` revision of the `planck` with the `default` keymap. ## How to Customize -QMK has lots of [features](05_Features/index.md) to explore, and a good deal of [reference documentation](http://docs.qmk.fm) to dig through. Most features are taken advantage of by modifying your [keymap](07_Reference/Keymap_Overview.md), and changing the [keycodes](06_Keycodes/index.md). +QMK has lots of [features](features.md) to explore, and a good deal of [reference documentation](http://docs.qmk.fm) to dig through. Most features are taken advantage of by modifying your [keymap](keymap.md), and changing the [keycodes](keycodes.md). |