From 8dfb26b4fc3b0ac5a15a7eb64464d88d5c6ac8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B5=A9=E6=AF=85?= Date: Tue, 16 May 2023 02:11:52 +0000 Subject: [PATCH] =?UTF-8?q?[HUST=20CSE]=E4=BF=AE=E5=A4=8D=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [POSIX 接口](/rt-thread-version/rt-thread-standard/programming-manual/posix/posix) 失效,替换为 [POSIX 接口](/rt-thread-version/rt-thread-standard/programming-manual/libc/posix/introduction) Signed-off-by: 刘浩毅 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08476d7..5afb81a 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ RT-Thread Studio :可以在 Studio 中下载源码包并创建 rt-thread 工 [动态模块](/rt-thread-version/rt-thread-standard/programming-manual/dlmodule/dlmodule) -[POSIX 接口](/rt-thread-version/rt-thread-standard/programming-manual/posix/posix) +[POSIX 接口](/rt-thread-version/rt-thread-standard/programming-manual/libc/posix/introduction) [电源管理](/rt-thread-version/rt-thread-standard/programming-manual/pm/pm) -- Gitee