From 207094983e74e80eceb54277cb2cd41873c203b1 Mon Sep 17 00:00:00 2001 From: wusongqing Date: Wed, 30 Mar 2022 19:12:55 +0800 Subject: [PATCH] updated docs Signed-off-by: wusongqing --- en/application-dev/ability/stage-serviceextension.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/ability/stage-serviceextension.md b/en/application-dev/ability/stage-serviceextension.md index b3e7dd703b..f284cf2444 100644 --- a/en/application-dev/ability/stage-serviceextension.md +++ b/en/application-dev/ability/stage-serviceextension.md @@ -80,7 +80,7 @@ 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]() +- [ServiceExtensionAbility](https://gitee.com/openharmony/app_samples/tree/master/ability/eTSServiceExtAbility) This **ServiceExtensionAbility** sample shows how to: -- GitLab