aboutsummaryrefslogtreecommitdiffstats
path: root/docs/getting_started_introduction.md
diff options
context:
space:
mode:
authorumi <57262844+umi-umi@users.noreply.github.com>2019-12-13 13:59:00 +0900
committerDrashna Jaelre <drashna@live.com>2019-12-12 20:59:00 -0800
commit09c7304bd98fcf39deddbabc16f6a3f0b5391b9c (patch)
tree4def2920c63fede439d7a78bdffe79c797a054ed /docs/getting_started_introduction.md
parent58b2c72d53649afc02e15077e827aa0926a09b40 (diff)
downloadfirmware-09c7304bd98fcf39deddbabc16f6a3f0b5391b9c.tar.gz
firmware-09c7304bd98fcf39deddbabc16f6a3f0b5391b9c.tar.bz2
firmware-09c7304bd98fcf39deddbabc16f6a3f0b5391b9c.zip
[Docs] update git command and directory name of documents (#7619)
Diffstat (limited to 'docs/getting_started_introduction.md')
-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 e183d77ee..6dc51b82b 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` 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 `handwired` and `keyboard` folders.
### Userspace Structure