diff options
author | James Young <xxiinophobia@yahoo.com> | 2020-02-20 13:53:28 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-05 16:00:10 -0800 |
commit | cdb5c074d36fcd97d9704da56a8a850a8889df4a (patch) | |
tree | 1e384791a9e1008eb590e58c31d5d43d714097b9 /docs/cli.md | |
parent | 3f1e47dbcd2a03f791d968f13ded33fde597f1fb (diff) | |
download | qmk_firmware-cdb5c074d36fcd97d9704da56a8a850a8889df4a.tar.gz qmk_firmware-cdb5c074d36fcd97d9704da56a8a850a8889df4a.zip |
remove some unnecessary external links
Also clean up some trailing whitespace.
Diffstat (limited to 'docs/cli.md')
-rw-r--r-- | docs/cli.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/cli.md b/docs/cli.md index 7c3effcc09..eda365d87b 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -167,8 +167,7 @@ $ qmk compile -kb dz60 ## `qmk flash` This command is similar to `qmk compile`, but can also target a bootloader. The bootloader is optional, and is set to `:flash` by default. -To specify a different bootloader, use `-bl <bootloader>`. Visit <https://docs.qmk.fm/#/flashing> -for more details of the available bootloaders. +To specify a different bootloader, use `-bl <bootloader>`. Visit the [Flashing Firmware](flashing.md) guide for more details of the available bootloaders. **Usage for Configurator Exports**: |