diff --git a/en/application-dev/ability/fa-formability.md b/en/application-dev/ability/fa-formability.md index 49f2cf96d7d515fe60c9b8d85e793e7c9fbb9111..a39894a015af16fc254356927d4480b66d3b71e4 100644 --- a/en/application-dev/ability/fa-formability.md +++ b/en/application-dev/ability/fa-formability.md @@ -231,7 +231,7 @@ You should override **onDestroy** to delete widget data. } ``` -For details about the persistence method, see [Lightweight Data Store Development](../database/database-preference-guidelines.md). +For details about the persistence method, see [Lightweight Data Store Development](../database/database-storage-guidelines.md). Note that the **Want** passed by the widget host to the widget provider contains a temporary flag, indicating whether the requested widget is a temporary one. diff --git a/zh-cn/application-dev/ability/fa-formability.md b/zh-cn/application-dev/ability/fa-formability.md index 41ed0fec0e7952625a2bf1ae578a6a5977f540a8..2cfba0d06c0b3dd13bc987127fdf9acbe41fa49e 100644 --- a/zh-cn/application-dev/ability/fa-formability.md +++ b/zh-cn/application-dev/ability/fa-formability.md @@ -231,7 +231,7 @@ Form需要在应用配置文件config.json中进行配置。 } ``` -具体的持久化方法可以参考[轻量级数据存储开发指导](../database/database-preference-guidelines.md)。 +具体的持久化方法可以参考[轻量级数据存储开发指导](../database/database-storage-guidelines.md)。 需要注意的是,卡片使用方在请求卡片时传递给提供方应用的Want数据中存在临时标记字段,表示此次请求的卡片是否为临时卡片: