From 456d255a81c2031be8ebecc2bf897af80c3d3c7a Mon Sep 17 00:00:00 2001 From: yinjiaming Date: Fri, 18 Feb 2022 06:55:11 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DA=E6=A0=B8=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E5=A4=B1=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98=20?= =?UTF-8?q?=E3=80=90=E8=83=8C=E6=99=AF=E3=80=91=20=E3=80=90=E5=86=85?= =?UTF-8?q?=E6=A0=B8=E5=AD=90=E7=B3=BB=E7=BB=9F=E3=80=91=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?Ubuntu=E7=BC=96=E8=AF=91=E7=8E=AF=E5=A2=83=E5=87=86=E5=A4=87=20?= =?UTF-8?q?=E4=B8=8D=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 【修改方案】 源文档中的链接已经失效,现修改链接指向新的文档 【影响】 对现有的产品编译不会有影响。 re #I4U7TF Signed-off-by: yinjiaming Change-Id: If566f598fa9d19c5deafbb62990fdc20c9050a58 --- README_zh-HK.md | 5 ++--- README_zh.md | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README_zh-HK.md b/README_zh-HK.md index 16f4c034..9847f8bc 100644 --- a/README_zh-HK.md +++ b/README_zh-HK.md @@ -54,7 +54,6 @@ OpenHarmony LiteOS-A內核是基於Huawei LiteOS內核演進發展的新一代 │ ├── hw # 時鐘與中斷相關邏輯代碼 │ ├── include # 對外暴露頭文件存放目錄 │ └── uart # 串口相關邏輯代碼 -├── platform # 支持不同的芯片平台代碼,如Hi3516DV300等 ├── security # 安全特性相關的代碼,包括進程權限管理和虛擬id映射管理 ├── syscall # 系統調用 └── tools # 構建工具及相關配置和代碼 @@ -68,13 +67,13 @@ OpenHarmony LiteOS-A內核是基於Huawei LiteOS內核演進發展的新一代 ## 使用說明 -OpenHarmony LiteOS-A內核支持Hi3518EV300([介紹](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/oem_minitinier_des_3518.md))、Hi3516DV300([介紹](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/oem_minitinier_des_3516.md))單板,開發者可基於兩種單板開發運行自己的應用程序。 +OpenHarmony LiteOS-A內核支持Hi3518EV300([介紹](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-introduction-hi3518.md))、Hi3516DV300([介紹](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-introduction-hi3516.md))單板,開發者可基於兩種單板開發運行自己的應用程序。 ### 準備 開發者需要在Linux上搭建編譯環境: -- [Ubuntu編譯環境凖備](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-env-setup-linux.md); +- [Ubuntu編譯環境凖備](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-env-setup.md); - Hi3518EV300單板:參考[環境搭建](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3518-setting.md); - Hi3516DV300單板:參考[環境搭建](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3516-setting.md)。 diff --git a/README_zh.md b/README_zh.md index 50f7602e..42ea3ff5 100644 --- a/README_zh.md +++ b/README_zh.md @@ -53,7 +53,6 @@ OpenHarmony LiteOS-A内核是基于Huawei LiteOS内核演进发展的新一代 │ ├── hw # 时钟与中断相关逻辑代码 │ ├── include # 对外暴露头文件存放目录 │ └── uart # 串口相关逻辑代码 -├── platform # 支持不同的芯片平台代码,如Hi3516DV300等 ├── security # 安全特性相关的代码,包括进程权限管理和虚拟id映射管理 ├── syscall # 系统调用 └── tools # 构建工具及相关配置和代码 @@ -67,13 +66,13 @@ OpenHarmony LiteOS-A内核是基于Huawei LiteOS内核演进发展的新一代 ## 使用说明 -OpenHarmony LiteOS-A内核支持Hi3518EV300([介绍](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/oem_minitinier_des_3518.md))、Hi3516DV300([介绍](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/oem_minitinier_des_3516.md))单板,开发者可基于两种单板开发运行自己的应用程序。 +OpenHarmony LiteOS-A内核支持Hi3518EV300([介绍](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-introduction-hi3518.md))、Hi3516DV300([介绍](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-introduction-hi3516.md))单板,开发者可基于两种单板开发运行自己的应用程序。 ### 准备 开发者需要在Linux上搭建编译环境: -- [Ubuntu编译环境准备](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-env-setup-linux.md); +- [Ubuntu编译环境准备](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-env-setup.md); - Hi3518EV300单板:参考[环境搭建](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3518-setting.md); - Hi3516DV300单板:参考[环境搭建](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3516-setting.md)。