summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlanLiu <125098342+AlanSub@users.noreply.github.com>2024-03-15 10:00:03 +0800
committerGitHub <noreply@github.com>2024-03-14 19:00:03 -0700
commitf0e219a1c8f5590976fede31c8fac5bf1e6f20ef (patch)
tree968676c08fb1f97bfc07b0de77ec76e2cd50069f /docs
parent0d9399234dbbe68d7db8c955cb3f3a2bc3cfd33f (diff)
Modify wording in 'getting_started_introduction.md' (#23232)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started_introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started_introduction.md b/docs/getting_started_introduction.md
index 6dc51b82b7..8020335345 100644
--- a/docs/getting_started_introduction.md
+++ b/docs/getting_started_introduction.md
@@ -4,7 +4,7 @@ This page attempts to explain the basic information you need to know to work wit
## Basic QMK Structure
-QMK is a fork of [Jun Wako](https://github.com/tmk)'s [tmk_keyboard](https://github.com/tmk/tmk_keyboard) project. The original TMK code, with modifications, can be found in the `tmk_core` folder. The QMK additions to the project may be found in the `quantum` folder. Keyboard projects may be found in the `handwired` and `keyboard` folders.
+QMK is a fork of [Jun Wako](https://github.com/tmk)'s [tmk_keyboard](https://github.com/tmk/tmk_keyboard) project. The original TMK code, with modifications, can be found in the `tmk_core` folder. The QMK additions to the project may be found in the `quantum` folder. Keyboard projects may be found in the `keyboards` folder.
### Userspace Structure