From bc3f1cb1d191f2460a0a8db99c2af263f830f018 Mon Sep 17 00:00:00 2001 From: Ha0-wjhhhhhh <1401377418@qq.com> Date: Tue, 8 Nov 2022 08:58:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dsmart=E5=88=86=E6=94=AF?= =?UTF-8?q?=E4=B8=8B=E7=9A=84=E5=87=A0=E4=B8=AA=E5=A4=B1=E6=95=88=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- README_zh.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d0ca35c957..8fcb57ed3f 100644 --- a/README.md +++ b/README.md @@ -111,9 +111,9 @@ RT-Thread Studio Demonstration: RT-Thread BSP can be compiled directly and downloaded to the corresponding development board for use. In addition, RT-Thread also provides qemu-vexpress-a9 BSP, which can be used without hardware platform. See the getting started guide below for details. -- [Getting Started of QEMU (Windows)](https://github.com/RT-Thread/rtthread-manual-doc/blob/master/documentation/quick_start_qemu/quick_start_qemu.md) +- [Getting Started of QEMU (Windows)](https://gitee.com/Ha0-wjhhhhhh/rt-thread/blob/gitee_master/documentation/quick-start/quick_start_qemu/quick_start_qemu.md) -- [Getting Started of QEMU (Ubuntu)](https://github.com/RT-Thread/rtthread-manual-doc/blob/master/documentation/quick_start_qemu/quick_start_qemu_linux.md) +- [Getting Started of QEMU (Ubuntu)](https://gitee.com/Ha0-wjhhhhhh/rt-thread/blob/gitee_master/documentation/quick-start/quick_start_qemu/quick_start_qemu_linux.md) ## Documentation @@ -148,4 +148,4 @@ RT-Thread is very grateful for the support from all community developers, and if # Contribution -If you are interested in RT-Thread and want to join in the development of RT-Thread and become a code contributor,please refer to the [Code Contribution Guide](https://github.com/RT-Thread/rtthread-manual-doc/blob/master/documentation/contribution_guide/contribution_guide.md). +If you are interested in RT-Thread and want to join in the development of RT-Thread and become a code contributor,please refer to the [Code Contribution Guide](https://gitee.com/Ha0-wjhhhhhh/rt-thread/blob/gitee_master/documentation/contribution_guide/contribution_guide.md). diff --git a/README_zh.md b/README_zh.md index 9cdfa30722..1e46625588 100644 --- a/README_zh.md +++ b/README_zh.md @@ -124,9 +124,9 @@ RT-Thread Studio演示: RT-Thread BSP可以直接编译并下载到相应的开发板使用。此外,RT-Thread还提供 qemu-vexpress-a9 BSP,无需硬件平台即可使用。有关详细信息,请参阅下面的入门指南。 -[QEMU 入门指南(Windows)](https://github.com/RT-Thread/rtthread-manual-doc/blob/master/documentation/quick_start_qemu/quick_start_qemu.md) +[QEMU 入门指南(Windows)](https://gitee.com/Ha0-wjhhhhhh/rt-thread/blob/gitee_master/documentation/quick-start/quick_start_qemu/quick_start_qemu.md) -[QEMU 入门指南(Ubuntu)](https://github.com/RT-Thread/rtthread-manual-doc/blob/master/documentation/quick_start_qemu/quick_start_qemu_linux.md) +[QEMU 入门指南(Ubuntu)](https://gitee.com/Ha0-wjhhhhhh/rt-thread/blob/gitee_master/documentation/quick-start/quick_start_qemu/quick_start_qemu_linux.md) ## 文档 @@ -174,5 +174,5 @@ RT-Thread微信公众号: # 贡献代码 -如果您对RT-Thread感兴趣,并希望参与RT-Thread的开发并成为代码贡献者,请参阅[代码贡献指南](https://github.com/RT-Thread/rtthread-manual-doc/blob/master/documentation/contribution_guide/contribution_guide.md)。 +如果您对RT-Thread感兴趣,并希望参与RT-Thread的开发并成为代码贡献者,请参阅[代码贡献指南](https://gitee.com/Ha0-wjhhhhhh/rt-thread/blob/gitee_master/documentation/contribution_guide/contribution_guide.md)。 -- Gitee