summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin Foley <kfoley15@gmail.com>2018-04-15 17:26:17 +0200
committerJack Humbert <jack.humb@gmail.com>2018-04-15 17:53:31 +0200
commitcdb967f22b955a60a541820c137dc2ffa0deb28b (patch)
tree255710355490e15ff6c8726f02c37433a87d5cb9 /docs
parent28307be72f24f879e459373846d8dc2aaee33e19 (diff)
downloadqmk_firmware-cdb967f22b955a60a541820c137dc2ffa0deb28b.tar.gz
qmk_firmware-cdb967f22b955a60a541820c137dc2ffa0deb28b.tar.xz
Fix link to command page
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_bootmagic.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_bootmagic.md b/docs/feature_bootmagic.md
index e09630328..beef6c467 100644
--- a/docs/feature_bootmagic.md
+++ b/docs/feature_bootmagic.md
@@ -6,7 +6,7 @@ Bootmagic is a system for configuring your keyboard while it initializes. To tri
Bootmagic Keycodes allow you to access the Bootmagic functionality after your keyboard has initialized. To use Bootmagic Keycodes you assign keycodes starting with `MAGIC_`, much in the same way you define any other key.
-Command is a feature that allows you to control different aspects of your keyboard. Command used to be called Magic. Command is typically accessed by holding Left and Right Shift at the same time, although that can be customized. While it shares some functionality with Bootmagic it also allows you to access functionality that Bootmagic does not. For more information see the (Command)[feature_command.md) documentation page.
+Command is a feature that allows you to control different aspects of your keyboard. Command used to be called Magic. Command is typically accessed by holding Left and Right Shift at the same time, although that can be customized. While it shares some functionality with Bootmagic it also allows you to access functionality that Bootmagic does not. For more information see the [Command](feature_command.md) documentation page.
## Enabling Bootmagic