From b59e35c63e760c4fc96dd33a4855905f6386d9d8 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Fri, 1 Apr 2022 18:12:01 +0800 Subject: [PATCH] update docs Signed-off-by: ester.zhou --- en/application-dev/application-dev-guide-for-gitee.md | 6 +++--- en/application-dev/application-dev-guide.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/en/application-dev/application-dev-guide-for-gitee.md b/en/application-dev/application-dev-guide-for-gitee.md index 6f278a6977..dbd80bfe9b 100644 --- a/en/application-dev/application-dev-guide-for-gitee.md +++ b/en/application-dev/application-dev-guide-for-gitee.md @@ -6,11 +6,11 @@ The documents are carefully organized as follows: ### Getting Started -[Here](quick-start/Readme-EN.md) you can learn how to better prepare yourself for application development. +[Here](quick-start/Readme-EN.md) you'll learn how to quickly get started with OpenHarmony application development. -Browse the documents on how to use DevEco Studio and how to quickly build your first application. +Browse the documents on the instructions for quickly building your first application and the basics about OpenHarmony applications. -Don't forget to check out the package structure of OpenHarmony applications and resource file categories. +Check out the development fundamentals, which comprise descriptions of the package structure configuration file for OpenHarmony applications and the instructions for use of resource files. ### Development diff --git a/en/application-dev/application-dev-guide.md b/en/application-dev/application-dev-guide.md index 4b8474dcfb..b53d2c0f38 100644 --- a/en/application-dev/application-dev-guide.md +++ b/en/application-dev/application-dev-guide.md @@ -6,11 +6,11 @@ The documents are carefully organized as follows: ### Getting Started -[Here](quick-start/start-overview.md) you can learn how to better prepare yourself for application development. +[Here](quick-start/start-overview.md) you'll learn how to quickly get started with OpenHarmony application development. -Browse the documents on how to use DevEco Studio and how to quickly build your first application. +Browse the documents on the instructions for quickly building your first application and the basics about OpenHarmony applications. -Don't forget to check out the package structure of OpenHarmony applications and resource file categories. +Check out the development fundamentals, which comprise descriptions of the package structure configuration file for OpenHarmony applications and the instructions for use of resource files. ### Development -- GitLab