summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTheOneTrueTrench <38593283+TheOneTrueTrench@users.noreply.github.com>2018-11-13 01:46:01 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-11-13 01:46:01 +0100
commit2dc14d1cb3755f01f36b35beeee3e31957189f76 (patch)
treeb2174a190a1af13e4728d7989bc74e4ab17dcbb8 /docs
parente653cc198e3a535f23ae33d677115f192979ee55 (diff)
downloadqmk_firmware-2dc14d1cb3755f01f36b35beeee3e31957189f76.tar.gz
qmk_firmware-2dc14d1cb3755f01f36b35beeee3e31957189f76.tar.xz
Fixed incorrect link to feature_combo.md in features.md docs file. Was linked to feature_combos.md, but _sidebar.md, _summary.md, and config_options.md all link to feature_combo.md. Assuming that it should not be pluralized. (#4411)
Diffstat (limited to 'docs')
-rw-r--r--docs/features.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.md b/docs/features.md
index 43d972e68..85f4cf6e0 100644
--- a/docs/features.md
+++ b/docs/features.md
@@ -8,7 +8,7 @@ QMK has a staggering number of features for building your keyboard. It can take
* [Auto Shift](feature_auto_shift.md) - Tap for the normal key, hold slightly longer for its shifted state.
* [Backlight](feature_backlight.md) - LED lighting support for your keyboard.
* [Bootmagic](feature_bootmagic.md) - Adjust the behavior of your keyboard using hotkeys.
-* [Combos](feature_combos.md) - Custom actions for multiple key holds.
+* [Combos](feature_combo.md) - Custom actions for multiple key holds.
* [Command](feature_command.md) - Runtime version of bootmagic (Formerly known as "Magic").
* [Dynamic Macros](feature_dynamic_macros.md) - Record and playback macros from the keyboard itself.
* [Grave Escape](feature_grave_esc.md) - Lets you use a single key for Esc and Grave.