From 62d9a339f263a0168a3037303003953d9e65c717 Mon Sep 17 00:00:00 2001 From: RayShih Date: Thu, 15 Dec 2022 16:37:31 +0800 Subject: [PATCH] fix errorlinks Signed-off-by: RayShih --- .../application-models/widget-development-fa.md | 2 +- .../reference/errorcodes/errorcode-bundle.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-cn/application-dev/application-models/widget-development-fa.md b/zh-cn/application-dev/application-models/widget-development-fa.md index fc0bc44796..9f1594fa80 100644 --- a/zh-cn/application-dev/application-models/widget-development-fa.md +++ b/zh-cn/application-dev/application-models/widget-development-fa.md @@ -89,7 +89,7 @@ formBindingData类有如下API接口,具体的API介绍详见[接口文档](.. ## 开发步骤 -FA卡片开发,即基于[FA模型](../ability/fa-model-development-overview.md)的卡片提供方开发,主要涉及如下关键步骤: +FA卡片开发,即基于[FA模型](fa-model-development-overview.md)的卡片提供方开发,主要涉及如下关键步骤: - [实现卡片生命周期接口](#实现卡片生命周期接口):开发FormAbility生命周期回调函数。 diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-bundle.md b/zh-cn/application-dev/reference/errorcodes/errorcode-bundle.md index 8ccdccbe55..dac7629da4 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-bundle.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-bundle.md @@ -353,7 +353,7 @@ The specified ability is disabled. 指定的ability被禁用。 **处理步骤**
-确认指定的ability是否被禁用,可以使用[bm工具](../../../readme/%E5%8C%85%E7%AE%A1%E7%90%86%E5%AD%90%E7%B3%BB%E7%BB%9F.md#bm)命令查询对应的应用信息。 +确认指定的ability是否被禁用,可以使用[bm工具命令](../../../readme/包管理子系统.md#bm工具命令)查询对应的应用信息。 ## 17700030 指定的应用不支持清除缓存文件 @@ -367,5 +367,5 @@ The specified bundle does not support clearing of cache files. 指定的应用为系统应用且在签名证书中配置了不能清除数据(AllowAppDataNotCleared)的字段。 **处理步骤**
-1.确认指定的应用是否为系统应用,可以使用[bm工具](../../../readme/%E5%8C%85%E7%AE%A1%E7%90%86%E5%AD%90%E7%B3%BB%E7%BB%9F.md#bm)命令查询对应的应用信息,查看isSystemApp是否为true。 -2.确认指定的应用是否配置了能清除缓存(AllowAppDataNotCleared)的字段,可以使用[bm工具](../../../readme/%E5%8C%85%E7%AE%A1%E7%90%86%E5%AD%90%E7%B3%BB%E7%BB%9F.md#bm)命令查询对应的应用信息,查看userDataClearable是否为true。 +1.确认指定的应用是否为系统应用,可以使用[bm工具命令](../../../readme/包管理子系统.md#bm工具命令)查询对应的应用信息,查看isSystemApp是否为true。 +2.确认指定的应用是否配置了能清除缓存(AllowAppDataNotCleared)的字段,可以使用[bm工具命令](../../../readme/包管理子系统.md#bm工具命令)查询对应的应用信息,查看userDataClearable是否为true。 -- GitLab