diff options
author | Nick Blyumberg <nblyumberg@gmail.com> | 2020-12-23 01:37:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-22 22:37:01 -0800 |
commit | b2ab0af905821a3526ca94a2192578b2c827542e (patch) | |
tree | e4a564d5033c147ffbd461a38f16d5894b7e5ef0 | |
parent | d898d4a6fca2eb36105e45ec481e3b4b05e8afd9 (diff) |
[Docs] Update links in main README.md (#11284)
It looks like features.md was deprecated and content was split into other files. This results in a broken link on the main page which, if removed, would have no impact to the remainder of the documentation. This would also:
resolve #9239
resolve #10293
resolve #10447
-rw-r--r-- | docs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md index 4fd8726885..d6cde53c90 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,7 +24,7 @@ Totally new to QMK? There are two ways to get started: ## Make It Yours -QMK has lots of [features](features.md) to explore, and a good deal of reference documentation to dig through. Most features are taken advantage of by modifying your [keymap](keymap.md), and changing the [keycodes](keycodes.md). +QMK has lots of features to explore, and a good deal of reference documentation to dig through. Most features are taken advantage of by modifying your [keymap](keymap.md), and changing the [keycodes](keycodes.md). ## Need help? |