diff options
author | Devin J. Pohly <djpohly+github@gmail.com> | 2017-11-30 12:18:01 -0600 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-11-30 10:18:01 -0800 |
commit | 7aaef1626693f4e4449946de025aa6175adcfa3d (patch) | |
tree | eb9c2b5f38515ddfda61e7dd036e5535692969b8 /docs/features.md | |
parent | 28874a9f33e7527f5104ec507f78360481f51f9e (diff) | |
download | qmk_firmware-7aaef1626693f4e4449946de025aa6175adcfa3d.tar.gz |
Fix internal links in docs/ (#2080)
One link in the summary (Modding your keyboard) referred to a page that
was deleted; the rest have been updated to point to the new names.
Diffstat (limited to 'docs/features.md')
-rw-r--r-- | docs/features.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.md b/docs/features.md index b315139bb..ed5f21318 100644 --- a/docs/features.md +++ b/docs/features.md @@ -17,7 +17,7 @@ QMK has a staggering number of features for building your keyboard. It can take * [Pointing Device](feature_pointing_device.md) - Framework for connecting your custom pointing device to your keyboard. * [PS2 Mouse](feature_ps2_mouse.md) - Driver for connecting a ps2 mouse directly to your keyboard. * [RGB Light](feature_rgblight.md) - RGB lighting for your keyboard. -* [Space Cadet](feature_space_cadet_shift.md) - Use your left/right shift keys to type parenthesis and brackets. +* [Space Cadet](feature_space_cadet.md) - Use your left/right shift keys to type parenthesis and brackets. * [Stenography](feature_stenography.md) - Put your keyboard into Plover mode for stenography use. * [Tap Dance](feature_tap_dance.md) - Make a single key do as many things as you want. * [Terminal](feature_terminal.md) - CLI interface to the internals of your keyboard. |