diff --git a/README.md b/README.md
index 1197c63..3f7dc80 100755
--- a/README.md
+++ b/README.md
@@ -1,3 +1,9 @@
+**NOTICE**
+
+The distributedschedule_dms_fwk repository is renamed ability_dmsfwk since July 2022. The distributedschedule_dms_fwk repository is archived and no longer maintained.
+
+To obtain the latest code, go to the [**ability\_dmsfwk**](https://gitee.com/openharmony/ability_dmsfwk) repository.
+
# Distributed Scheduler
## Introduction
@@ -8,7 +14,7 @@ Distributed Scheduler is used for cross-device component management. It allows t
- Remote ability migration: Migrates an ability to a remote device.
- Remote ability binding: Binds an ability on a remote device.
-## System Architecture
+## Architecture
**Figure 1** Distributed Scheduler architecture
@@ -19,14 +25,19 @@ Distributed Scheduler is used for cross-device component management. It allows t
```
/foundation/ability
-├── dmsfwk # DMS framework (DMS is short for Distributed Manager Service, also called the Distributed Scheduler Service)
-├── dms_fwk_lite # Lightweight DMS framework
+├── dmsfwk # Distributed Manager Service
+│ ├── bundle.json # Description and build script of dmsfwk
+│ ├── etc # Configuration files
+│ ├── interfaces # APIs exposed externally
+│ ├── services # Service implementation
+│ ├── sa_profile # SA profiles
+│ ├── utils # Utils
```
## Repositories Involved
**Distributed Scheduler**
-ability\_dms\_fwk
+[**ability\_dmsfwk**](https://gitee.com/openharmony/ability_dmsfwk)
-ability\_dms\_fwk\_lite
\ No newline at end of file
+[ability\_dmsfwk\_lite](https://gitee.com/openharmony/ability_dmsfwk_lite)