From 9e9e384c2e7cd867ecb3c8516c1e8e2fc8cc645d Mon Sep 17 00:00:00 2001 From: RT-Thread <8388591+rt-thread@user.noreply.gitee.com> Date: Wed, 26 May 2021 18:13:08 +0800 Subject: [PATCH] update other/novice-guide/README.md. --- other/novice-guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/novice-guide/README.md b/other/novice-guide/README.md index 568d369..e679cc0 100644 --- a/other/novice-guide/README.md +++ b/other/novice-guide/README.md @@ -113,7 +113,7 @@ RT-Thread Smart 是基于 RT-Thread 操作系统上的混合操作系统,简 ### ** 开发工具 ** #### Env 工具 -Env 工具:Env 工具用于对源码功能进行配置或裁减,可以生成 MDK/IAR/GCC 工程,需要配合 DK/IAR/GCC 使用,详见 [Env 用户手册](/development-tools/env/env.md)。 +Env 工具:Env 工具用于对源码功能进行配置或裁减,可以生成 MDK/IAR/GCC 工程,需要配合 MDK/IAR/GCC 使用,详见 [Env 用户手册](/development-tools/env/env.md)。 #### RT-Thread IDE -- Gitee