diff --git a/README.md b/README.md
index 1606abc..a715255 100755
--- a/README.md
+++ b/README.md
@@ -24,13 +24,13 @@ The bundle management framework is provided by OpenHarmony for you to manage app
## Directory Structure
```
-/foundation/appexecfwk/appexecfwk_lite
+/foundation/bundlemanager/bundle_framework_lite
├── frameworks
│ └── bundle_lite # Client code used for communication between the BundleKit and Bundle Manager Service
├── interfaces
│ ├── kits
│ │ └── bundle_lite # BundleKit APIs exposed externally
- │ └── innerkits
+ │ └── inner_api
│ └── bundlemgr_lite # Core implementation code of BundleKit and internal APIs provided by the Bundle Manager Service for other subsystems
├── services
│ └── bundlemgr_lite # Implementation code of the Bundle Manager Service
@@ -51,7 +51,7 @@ The bundle management framework is provided by OpenHarmony for you to manage app
[Application framework](https://gitee.com/openharmony/docs/blob/master/en/readme/application-framework.md)
-[aafwk\_aafwk\_lite](https://gitee.com/openharmony/aafwk_aafwk_lite/blob/master/README.md)
+[ability\_ability\_lite](https://gitee.com/openharmony/ability_ability_lite/blob/master/README.md)
-**appexecfwk\_appexecfwk\_lite**
+**bundlemanager\_bundle\_framework\_lite**
diff --git a/README_zh.md b/README_zh.md
index ea4c868..a20760e 100755
--- a/README_zh.md
+++ b/README_zh.md
@@ -24,13 +24,13 @@
## 目录
```
-/foundation/appexecfwk/appexecfwk_lite
+/foundation/bundlemanager/bundle_framework_lite
├── frameworks
│ └── bundle_lite # 管理BundleKit与包管理服务通信的客户端代码
├── interfaces
│ ├── kits
│ │ └── bundle_lite # BundleKit为开发者提供的接口
- │ └── innerkits
+ │ └── inner_api
│ └── bundlemgr_lite # BundleKit实现的核心代码,及包管理服务为其它子系统提供的接口
├── services
│ └── bundlemgr_lite # 包管理服务的实现代码
@@ -51,7 +51,7 @@
[用户程序框架子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E7%94%A8%E6%88%B7%E7%A8%8B%E5%BA%8F%E6%A1%86%E6%9E%B6%E5%AD%90%E7%B3%BB%E7%BB%9F.md)
-[aafwk\_aafwk\_lite](https://gitee.com/openharmony/aafwk_aafwk_lite/blob/master/README_zh.md)
+[ability\_ability\_lite](https://gitee.com/openharmony/ability_ability_lite/blob/master/README_zh.md)
-**appexecfwk\_appexecfwk\_lite**
+**bundlemanager\_bundle\_framework\_lite**