]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update HAND_WIRE.md
authorJack Humbert <jack.humb@gmail.com>
Tue, 7 Jun 2016 01:54:21 +0000 (21:54 -0400)
committerJack Humbert <jack.humb@gmail.com>
Tue, 7 Jun 2016 01:54:21 +0000 (21:54 -0400)
doc/HAND_WIRE.md

index f5dfc07530fb63945d0c4e2c68de2c0020ed24db..073dbf447ed774c55a302f466cc42634f74cdeaa 100644 (file)
@@ -282,7 +282,7 @@ It's also important to use the `KEYMAP` function we defined earlier - this is wh
 
 #### Compiling your firmware
 
-After you've written out your entire keymap, you're ready to get the firmware compiled and onto your Teensy. Before compiling, you'll need to get your [development environment set-up](./BUILD_GUIDE.md) - you can skip the dfu-programmer instructions, but you'll need to download and install the [Teensy Loader](https://www.pjrc.com/teensy/loader.html) to get the firmware on your Teensy.
+After you've written out your entire keymap, you're ready to get the firmware compiled and onto your Teensy. Before compiling, you'll need to get your [development environment set-up](/doc/BUILD_GUIDE.md) - you can skip the dfu-programmer instructions, but you'll need to download and install the [Teensy Loader](https://www.pjrc.com/teensy/loader.html) to get the firmware on your Teensy.
 
 Once everything is installed, running `make` in the terminal should get you some output, and eventually a `<project_name>.hex` file in that folder. If you're having trouble with this step, see the end of the guide for the trouble-shooting section.