From 38c0035ad56f7fd4b21f0991da333674c9ce1392 Mon Sep 17 00:00:00 2001 From: Mr_YX <496043997@qq.com> Date: Mon, 9 May 2022 10:39:47 +0800 Subject: [PATCH] add links Signed-off-by: Mr_YX <496043997@qq.com> --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79663ff..b6f35aa 100644 --- a/README.md +++ b/README.md @@ -38,5 +38,5 @@ char *filePath = GetOneCfgFile(testPathSuffix, buf, MAX_PATH_LEN); // Obtain the ## Repositories Involved -**customization\_config\_policy** +[customization\_config\_policy](https://gitee.com/openharmony/customization_config_policy) diff --git a/README_zh.md b/README_zh.md index ae7d939..51408ef 100644 --- a/README_zh.md +++ b/README_zh.md @@ -49,5 +49,5 @@ char *filePath = GetOneCfgFile(testPathSuffix, buf, MAX_PATH_LEN); //获取最 ## 相关仓 -**customization\_config\_policy** +[customization\_config\_policy](https://gitee.com/openharmony/customization_config_policy) -- Gitee