diff options
-rw-r--r-- | keyboards/ergodone/readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodone/readme.md b/keyboards/ergodone/readme.md index 207df789a..82c1043da 100644 --- a/keyboards/ergodone/readme.md +++ b/keyboards/ergodone/readme.md | |||
@@ -14,13 +14,13 @@ The ErgoDone is a modified version of the ErgoDox, made by K.T.E.C., with pre-so | |||
14 | 14 | ||
15 | # Building the firmware | 15 | # Building the firmware |
16 | 16 | ||
17 | [Install the build tools.](https://docs.qmk.fm/getting_started_build_tools.html) | 17 | [Install the build tools.](https://docs.qmk.fm/#/getting_started_build_tools) |
18 | 18 | ||
19 | In the root directory of the repository, build the firmware with a command like: | 19 | In the root directory of the repository, build the firmware with a command like: |
20 | 20 | ||
21 | make ergodone:default | 21 | make ergodone:default |
22 | 22 | ||
23 | For more information on the layout option and other ones, see the [`make` guide](https://docs.qmk.fm/getting_started_make_guide.html). | 23 | For more information on the layout option and other ones, see the [`make` guide](https://docs.qmk.fm/#/getting_started_make_guide). |
24 | 24 | ||
25 | # Flashing the firmware onto the keyboard | 25 | # Flashing the firmware onto the keyboard |
26 | 26 | ||