]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/getting_started_introduction.md
[Docs] update git command and directory name of documents (#7619)
[qmk_firmware.git] / docs / getting_started_introduction.md
index e183d77eeb57854157d9e7981efc325f18960894..6dc51b82b7354975c86d35294ed5ad6d98669364 100644 (file)
@@ -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