From c04c18b9a7f42b81d1ff80e143b10924c57107b9 Mon Sep 17 00:00:00 2001 From: RenXiao Date: Sat, 22 Apr 2023 20:36:27 +0800 Subject: [PATCH 1/2] [Edit] Fixed invalid redirection of old link --- .../applications/thread/rtthread-studio-thread.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development-tools/rtthread-studio/applications/thread/rtthread-studio-thread.md b/development-tools/rtthread-studio/applications/thread/rtthread-studio-thread.md index 7f9ea33..831e525 100644 --- a/development-tools/rtthread-studio/applications/thread/rtthread-studio-thread.md +++ b/development-tools/rtthread-studio/applications/thread/rtthread-studio-thread.md @@ -139,4 +139,4 @@ int main(void) 从终端输出的信息可以看出,创建的第一个线程已经成功运行了。 -更多关于线程操作和示例请参考 [线程管理](https://www.rt-thread.org/document/site/programming-manual/thread/thread/) +更多关于线程操作和示例请参考 [线程管理](https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/programming-manual/thread/thread/) -- Gitee From c0679750a957e14b6aad7de5131f7ac1446ee437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E6=BD=87?= Date: Mon, 24 Apr 2023 10:26:09 +0000 Subject: [PATCH 2/2] =?UTF-8?q?update=20development-tools/rtthread-studio/?= =?UTF-8?q?applications/thread/rtthread-studio-thread.md.=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=9C=AB=E5=B0=BE=E9=93=BE=E6=8E=A5=E4=B8=AD=20/=20?= =?UTF-8?q?=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 任潇 --- .../applications/thread/rtthread-studio-thread.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development-tools/rtthread-studio/applications/thread/rtthread-studio-thread.md b/development-tools/rtthread-studio/applications/thread/rtthread-studio-thread.md index 831e525..e6f9353 100644 --- a/development-tools/rtthread-studio/applications/thread/rtthread-studio-thread.md +++ b/development-tools/rtthread-studio/applications/thread/rtthread-studio-thread.md @@ -139,4 +139,4 @@ int main(void) 从终端输出的信息可以看出,创建的第一个线程已经成功运行了。 -更多关于线程操作和示例请参考 [线程管理](https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/programming-manual/thread/thread/) +更多关于线程操作和示例请参考 [线程管理](https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/programming-manual/thread/thread) -- Gitee