From afdc3c58a10fe2e17bc299f25dab1a53c72c683e Mon Sep 17 00:00:00 2001 From: wusongqing Date: Thu, 7 Apr 2022 11:45:57 +0800 Subject: [PATCH] updated docs Signed-off-by: wusongqing --- en/application-dev/ability/fa-dataability.md | 4 ++-- en/application-dev/ability/fa-serviceability.md | 5 +++-- en/application-dev/ability/stage-serviceextension.md | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/en/application-dev/ability/fa-dataability.md b/en/application-dev/ability/fa-dataability.md index 7702c4729d..4b098d095d 100644 --- a/en/application-dev/ability/fa-dataability.md +++ b/en/application-dev/ability/fa-dataability.md @@ -276,9 +276,9 @@ The basic dependency packages include: The following sample is provided to help you better understand how to develop a Data ability: -- [eTSDataAbility](https://gitee.com/openharmony/app_samples/tree/master/ability/eTSDataAbility) +- [DataAbility](https://gitee.com/openharmony/app_samples/tree/master/ability/DataAbility) -This **eTSDataAbility** sample shows how to: +This sample shows how to: Create a Data ability in the **data.ts** file in the **DataAbility** directory. diff --git a/en/application-dev/ability/fa-serviceability.md b/en/application-dev/ability/fa-serviceability.md index d68ea608eb..1d3ffc44f8 100644 --- a/en/application-dev/ability/fa-serviceability.md +++ b/en/application-dev/ability/fa-serviceability.md @@ -390,9 +390,10 @@ export default { ### The following sample is provided to help you better understand how to develop a Service ability: -- [eTSServiceAbility](https://gitee.com/openharmony/app_samples/tree/master/ability/eTSServiceAbility) +- [ServiceAbility](https://gitee.com/openharmony/app_samples/tree/master/ability/ServiceAbility) -This **eTSServiceAbility** sample shows how to: + +This sample shows how to: Create a local Service ability in the **service.ts** file in the **ServiceAbility** directory. diff --git a/en/application-dev/ability/stage-serviceextension.md b/en/application-dev/ability/stage-serviceextension.md index f284cf2444..af7b31cc11 100644 --- a/en/application-dev/ability/stage-serviceextension.md +++ b/en/application-dev/ability/stage-serviceextension.md @@ -80,8 +80,8 @@ Declare the Service Extension ability in the **module.json** file by setting its The following sample is provided to help you better understand how to develop a Service Extension ability: -- [ServiceExtensionAbility](https://gitee.com/openharmony/app_samples/tree/master/ability/eTSServiceExtAbility) +- [ServiceExtensionAbility](https://gitee.com/openharmony/app_samples/tree/master/ability/ServiceExtAbility) -This **ServiceExtensionAbility** sample shows how to: +This sample shows how to: Create a Service Extension ability in the **ServiceExtAbility.ts** file in the **ServiceExtensionAbility** directory. -- GitLab