From cacc9a33ef33be00f0e6184a85faf7e7a7d5bbbb Mon Sep 17 00:00:00 2001 From: Icaret Date: Thu, 20 Apr 2023 15:17:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=A4=B1=E6=95=88=E9=93=BE=E6=8E=A5https://gitee.com/?= =?UTF-8?q?rtthread/rt-thread/blob/gitee=5Fmaster/documentation/coding=5Fs?= =?UTF-8?q?tyle=5Fcn.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Icaret --- .../application-note/bsp/bsp-selfcheck/bsp-selfcheck.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rt-thread-version/rt-thread-standard/application-note/bsp/bsp-selfcheck/bsp-selfcheck.md b/rt-thread-version/rt-thread-standard/application-note/bsp/bsp-selfcheck/bsp-selfcheck.md index 07b6f74..53cac5a 100644 --- a/rt-thread-version/rt-thread-standard/application-note/bsp/bsp-selfcheck/bsp-selfcheck.md +++ b/rt-thread-version/rt-thread-standard/application-note/bsp/bsp-selfcheck/bsp-selfcheck.md @@ -17,7 +17,7 @@ dir_path: ## 代码规范部分 -首先了解代码规范,可以查看 rt-thread 源码中的文档:[代码格式](https://gitee.com/rtthread/rt-thread/blob/gitee_master/documentation/coding_style_cn.md),请仔细阅读每一条内容。 +首先了解代码规范,可以查看 rt-thread 源码中的文档:[代码格式](https://gitee.com/rtthread/rt-thread/blob/master/documentation/contribution_guide/coding_style_cn.md),请仔细阅读每一条内容。 举例代码格式要求: @@ -86,7 +86,7 @@ dir_path: ## 使用工具格式化代码 -本部分在 [代码格式](https://gitee.com/rtthread/rt-thread/blob/gitee_master/documentation/coding_style_cn.md) 中有记录。 +本部分在 [代码格式](https://gitee.com/rtthread/rt-thread/blob/master/documentation/contribution_guide/coding_style_cn.md) 中有记录。 1、astyle 格式化代码,参数: -- Gitee