summaryrefslogtreecommitdiffstats
path: root/Build-Environment-Setup.md
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-05-15 22:29:17 -0400
committerJack Humbert <jack.humb@gmail.com>2017-05-15 22:29:17 -0400
commit997a847f8cd3579824009822a125e64507cf6595 (patch)
tree42eb90bc63ac63039cbef3efcc8332f4e95db8a5 /Build-Environment-Setup.md
parent60daffbe5df7284e83e092c26bb6b4b32a61f33a (diff)
update links
Diffstat (limited to 'Build-Environment-Setup.md')
-rw-r--r--Build-Environment-Setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-Environment-Setup.md b/Build-Environment-Setup.md
index 65b0c04838..35e02924b9 100644
--- a/Build-Environment-Setup.md
+++ b/Build-Environment-Setup.md
@@ -103,7 +103,7 @@ docker run -e keymap=default -e subproject=ez -e keyboard=ergobox --rm -v D:/Use
This will compile the targeted keyboard/keymap and leave it in your QMK directory for you to flash.
### Vagrant
-If you have any problems building the firmware, you can try using a tool called Vagrant. It will set up a virtual computer with a known configuration that's ready-to-go for firmware building. OLKB does NOT host the files for this virtual computer. Details on how to set up Vagrant are in the [VAGRANT_GUIDE file](../../blob/master/doc/VAGRANT_GUIDE.md).
+If you have any problems building the firmware, you can try using a tool called Vagrant. It will set up a virtual computer with a known configuration that's ready-to-go for firmware building. OLKB does NOT host the files for this virtual computer. Details on how to set up Vagrant are in the [VAGRANT_GUIDE file](https://github.com/qmk/qmk_firmware/blob/master/doc/VAGRANT_GUIDE.md).
## Verify Your Installation
1. If you haven't already, obtain this repository ([https://github.com/qmk/qmk_firmware](https://github.com/qmk/qmk_firmware)). You can either download it as a zip file and extract it, or clone it using the command line tool git or the Github Desktop application.