]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/zh-cn/getting_started_introduction.md
[Docs] fix docs (#7642)
[qmk_firmware.git] / docs / zh-cn / getting_started_introduction.md
index dcd0b72a5641b71f9f9f7d72f892efd9ee57de8e..b977b6339093e15a9de15002829bd939c6338cfd 100644 (file)
@@ -4,7 +4,7 @@
 
 ## 基本QMK结构
 
-QMK是[Jun Wako](https://github.com/tmk)的[tmk_keyboard](https://github.com/tmk/tmk_keyboard)工程的一个分叉。经过更改的TMK原始代码放在`tmk` 文件夹中。 QMK增加的新东西可以在 `quantum` 文件夹中找到。 键盘项目可以在 `handwired`(手动飞线) 和 `keyboard`(PCB键盘)这两个文件夹找到。
+QMK是[Jun Wako](https://github.com/tmk)的[tmk_keyboard](https://github.com/tmk/tmk_keyboard)工程的一个分叉。经过更改的TMK原始代码放在`tmk_core` 文件夹中。 QMK增加的新东西可以在 `quantum` 文件夹中找到。 键盘项目可以在 `handwired`(手动飞线) 和 `keyboard`(PCB键盘)这两个文件夹找到。
 
 ### 用户空间结构