From 1f4ffef18b399a472d1b28128b1ebfa6a2a87ff3 Mon Sep 17 00:00:00 2001 From: juchenyang Date: Tue, 16 Mar 2021 14:05:41 +0800 Subject: [PATCH] Description:modify readme Team:OTHERS Feature or Bugfix:Bugfix Binary Source:Huawei PrivateCode(Yes/No):No Change-Id: Iaa365a5a14d72550050898e9efad92ad562a2456 ChangeID:13287697 --- README.md | 10 +++++----- README_zh.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3e24dc3..97afda4 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 5371864..54a67c7 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) -- Gitee