From 496a533f39ebc27c691b8c94cd295f997872ad1c Mon Sep 17 00:00:00 2001 From: huangyuchen Date: Sun, 23 Apr 2023 11:03:39 +0800 Subject: [PATCH] Solve the issue of a dead-link in docs. Issue:I6XZVD Test:NA Signed-off-by: huangyuchen Change-Id: I8ef46207eb709e1f8b3ee8798b4963cc4858070b --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8239b0a..15b41f3 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,6 @@ commonlibrary/utils_lite/ # Root directory ## Repositories Involved -[commonlibrary](https://gitee.com/openharmony/docs/blob/master/en/readme/commonlibrary.md) +[commonlibrary](https://gitee.com/openharmony/docs/blob/master/en/readme/utils.md) [**commonlibrary\_utils\_lite**](https://gitee.com/openharmony/commonlibrary_utils_lite) \ No newline at end of file -- Gitee