diff options
author | Gergely Nagy <algernon@madhouse-project.org> | 2016-07-30 08:37:30 +0200 |
---|---|---|
committer | Gergely Nagy <algernon@madhouse-project.org> | 2016-07-30 08:37:30 +0200 |
commit | 8a9bf1f1653a5029ffd8f1e1171cd0b16bc2bc71 (patch) | |
tree | 66ef1559325eade53478a628ccaf77ac6106fc2a /Vagrantfile | |
parent | 0b7557b60fc5c4fbc356eb161fc51e075d3cb9fd (diff) | |
download | qmk_firmware-8a9bf1f1653a5029ffd8f1e1171cd0b16bc2bc71.tar.gz qmk_firmware-8a9bf1f1653a5029ffd8f1e1171cd0b16bc2bc71.zip |
Update some obsolete references
Some links were still pointing to `/keyboards/ergodox_ez`, while the
directory is `/keyboards/erdogox` now.
Not all references have been updated, and some of the text here and
there may need updating to mention the ErgoDox Infinity too, but that's
out of the scope for this quick fix.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index 8cadeaddfc..389b688ae7 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -91,7 +91,7 @@ Vagrant.configure(2) do |config| Or you can copy and paste the example line below. - cd /vagrant; cd keyboards; cd ergodox_ez; make clean; make + cd /vagrant; cd keyboards; cd ergodox; make clean; make EOT |