From 231c27764c4f8fbd011cd196ad0015c46a9b0fae Mon Sep 17 00:00:00 2001 From: majiajun <864428661@qq.com> Date: Sun, 24 Oct 2021 23:13:07 -0700 Subject: [PATCH] update samgr doc Signed-off-by: majiajun <864428661@qq.com> Change-Id: Id42c9275dde106a1e2b4a088d1f9c880c20259bb --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37b8a09e..8ba62055 100755 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The **samgr** module is a core module of OpenHarmony. It provides functions re ## Directory Structure ``` -/foundation/distributedschedule/services/samgr/ +/foundation/distributedschedule/samgr/services/samgr/ ├── native │ ├── BUILD.gn # Compilation script │ ├── include # Header files diff --git a/README_zh.md b/README_zh.md index 442a8357..a395fc41 100755 --- a/README_zh.md +++ b/README_zh.md @@ -14,7 +14,7 @@ samgr组件是OpenHarmony的核心组件,提供OpenHarmony系统服务启动 ## 目录 ``` -/foundation/distributedschedule/services/samgr/ +/foundation/distributedschedule/samgr/services/samgr/ ├── native │ ├── BUILD.gn # 部件编译脚本 │ ├── include # 头文件存放目录 -- Gitee