mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-13 15:35:27 +00:00
Fix hyperlinks in ErgoDone readme.md (#3323)
This commit is contained in:
parent
5953af3215
commit
8906e62c1f
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@ The ErgoDone is a modified version of the ErgoDox, made by K.T.E.C., with pre-so
|
||||||
|
|
||||||
# Building the firmware
|
# Building the firmware
|
||||||
|
|
||||||
[Install the build tools.](https://docs.qmk.fm/getting_started_build_tools.html)
|
[Install the build tools.](https://docs.qmk.fm/#/getting_started_build_tools)
|
||||||
|
|
||||||
In the root directory of the repository, build the firmware with a command like:
|
In the root directory of the repository, build the firmware with a command like:
|
||||||
|
|
||||||
make ergodone:default
|
make ergodone:default
|
||||||
|
|
||||||
For more information on the layout option and other ones, see the [`make` guide](https://docs.qmk.fm/getting_started_make_guide.html).
|
For more information on the layout option and other ones, see the [`make` guide](https://docs.qmk.fm/#/getting_started_make_guide).
|
||||||
|
|
||||||
# Flashing the firmware onto the keyboard
|
# Flashing the firmware onto the keyboard
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue