From f2d0949e9391e3e315b8a1ad3642685fd4b8e4ae Mon Sep 17 00:00:00 2001 From: zhongjianfei Date: Sat, 13 May 2023 09:07:19 +0800 Subject: [PATCH] fix Sample link for ArkTS card. Signed-off-by: zhongjianfei Change-Id: I3f29fdb35266067efd251340b4763f4a0ad7faa4 --- .../application-models/service-widget-development-samples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/application-models/service-widget-development-samples.md b/zh-cn/application-dev/application-models/service-widget-development-samples.md index 17973a3e86..cd2aec33af 100644 --- a/zh-cn/application-dev/application-models/service-widget-development-samples.md +++ b/zh-cn/application-dev/application-models/service-widget-development-samples.md @@ -8,7 +8,7 @@ - [基于Stage模型的JS卡片(成语接龙小游戏)(API9)](https://gitee.com/openharmony/applications_app_samples/tree/master/code/SuperFeature/Widget/FormGame) -- [基于Stage模型的ArkTS卡片(Canvas绘制实现的五子棋游戏卡片)(API9)](https://gitee.com/openharmony/applications_app_samples/tree/master/ability/ArkTSCard/CanvasGame) +- [基于Stage模型的ArkTS卡片(Canvas绘制实现的五子棋游戏卡片)(API9)](https://gitee.com/openharmony/applications_app_samples/tree/master/code/SuperFeature/Widget/ArkTSCard/CanvasGame) -- [基于Stage模型的ArkTS卡片(逻辑代码执行实现的计算器卡片)(API9)](https://gitee.com/openharmony/applications_app_samples/tree/master/ability/ArkTSCard/Calculator) +- [基于Stage模型的ArkTS卡片(逻辑代码执行实现的计算器卡片)(API9)](https://gitee.com/openharmony/applications_app_samples/tree/master/code/SuperFeature/Widget/ArkTSCard/Calculator) -- GitLab