From e4123cc797dee40fc7a08960a202130f0ce05456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B5=B7=E9=9D=96?= Date: Tue, 10 May 2022 02:32:50 +0000 Subject: [PATCH] update rt-thread-version/rt-thread-standard/development-guide/github/github.md. --- .../rt-thread-standard/development-guide/github/github.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rt-thread-version/rt-thread-standard/development-guide/github/github.md b/rt-thread-version/rt-thread-standard/development-guide/github/github.md index 93ad46f..28fc3c7 100644 --- a/rt-thread-version/rt-thread-standard/development-guide/github/github.md +++ b/rt-thread-version/rt-thread-standard/development-guide/github/github.md @@ -18,7 +18,7 @@ ## 编程风格 -RT-Thread 代码编程风格请参考 rt_thread 项目 documentation 目录下的 coding_style_cn.md 文件。 +RT-Thread 代码编程风格请参考 rt_thread 项目 documentation/contribution_guide 目录下的 coding_style_cn.md 文件。 ## 准备工作 @@ -54,7 +54,7 @@ RT-Thread 代码编程风格请参考 rt_thread 项目 documentation 目录下 ![image](figures/bug1.png) -注意:开发时,代码需要符合 [RT-Thread 代码规范](https://github.com/RT-Thread/rt-thread/blob/master/documentation/coding_style_cn.md),请仔细检查。 +注意:开发时,代码需要符合 [RT-Thread 代码规范](https://github.com/RT-Thread/rt-thread/blob/master/documentation/contribution_guide/coding_style_cn.md),请仔细检查。 ## 提交(commit) -- Gitee