diff --git a/README.md b/README.md index 3e24dc3cfb2fc4eb44cfd8fc4ba071f9f3662313..97afda4d1e07adea0bc8acbe4a4d702fe6406bef 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ The directory structure of the WLAN repository is as follows: ``` /drivers/peripheral/wlan -├── client # Client that implements the communication between the user space and kernel space +├── client # Client that implements the communication between the user space and kernel space │ └── include # Client header files │ └── src # Client code -├── hal # HAL code +├── hal # HAL code │ └── include # HAL header files │ └── src # HAL code implementation -├── interfaces # APIs exposed externally +├── interfaces # APIs exposed externally │ └── include # Header files containing APIs exposed externally ``` @@ -172,7 +172,7 @@ static void *hal_main() ## Repositories Involved -Driver subsystem +[Driver subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/driver-subsystem.md) -hmf/drivers/framework +[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README.md) diff --git a/README_zh.md b/README_zh.md index 537186414b39c6457566a67f5390ab245b2c221d..54a67c727d713b0e18ea95a911162c4edb800d2f 100644 --- a/README_zh.md +++ b/README_zh.md @@ -172,7 +172,7 @@ static void *hal_main() ## 相关仓 -驱动子系统 +[驱动子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E9%A9%B1%E5%8A%A8%E5%AD%90%E7%B3%BB%E7%BB%9F.md) -hmf/drivers/framework +[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README_zh.md)