diff --git a/en/application-dev/security/cert-guidelines.md b/en/application-dev/security/cert-guidelines.md index c6c2ec6ab092c9add82ea0c03af40b2da5e9b786..9ba67b26752c374e35296dda9e428267f1195595 100644 --- a/en/application-dev/security/cert-guidelines.md +++ b/en/application-dev/security/cert-guidelines.md @@ -19,7 +19,6 @@ Typical operations involve the following: **Available APIs** -For details about the APIs, see [Certificate](../reference/apis/js-apis-cert.md). The table below describes the APIs used in this guide. @@ -172,7 +171,6 @@ Typical operations involve the following: **Available APIs** -For details about the APIs, see [Certificate](../reference/apis/js-apis-cert.md). The table below describes the APIs used in this guide. @@ -320,7 +318,6 @@ You need to use the certificate chain validator in certificate chain verificatio **Available APIs** -For details about the APIs, see [Certificate](../reference/apis/js-apis-cert.md). The table below describes the APIs used in this guide. @@ -432,7 +429,6 @@ Typical operations involve the following: **Available APIs** -For details about the APIs, see [Certificate](../reference/apis/js-apis-cert.md). The table below describes the APIs used in this guide. diff --git a/en/contribute/license-and-copyright-specifications.md b/en/contribute/license-and-copyright-specifications.md index 169ecc44406694d1412b2b57d18618243bf51cf6..cd981270714ef17f354ab58e74670bbedd9be6e2 100644 --- a/en/contribute/license-and-copyright-specifications.md +++ b/en/contribute/license-and-copyright-specifications.md @@ -7,7 +7,7 @@ This document describes how code contributors, committers, and PMC members in th 3. Copyright and license header ## Scope -This document applies only to the OpenHarmony community. It is not applicable to the scenario where the OpenHarmony project is used by individuals or enterprises to develop their products or the scenario where third-party open-source software is introduced. For details, see [Introducing Third-Party Open-Source Software](introducing-third-party-open-source-software.md). +This document applies only to the OpenHarmony community. It is not applicable to the scenario where the OpenHarmony project is used by individuals or enterprises to develop their products or the scenario where third-party open-source software is introduced. ## Improvements and Revisions 1. This document is drafted and maintained by the OpenHarmony PMC. What you are reading now is the latest version of this document. diff --git a/zh-cn/application-dev/ui/js-framework-multiple-languages.md b/zh-cn/application-dev/ui/js-framework-multiple-languages.md index 293f174c1f22b0ff8f7639a67aff9d0e9c857e9f..4928931ff6ff2daeb1065fd84a2ed56bb2331691 100644 --- a/zh-cn/application-dev/ui/js-framework-multiple-languages.md +++ b/zh-cn/application-dev/ui/js-framework-multiple-languages.md @@ -183,4 +183,4 @@ ar-AE.json ## 获取语言 -获取语言功能请参考[应用配置](../reference/apis/js-apis-application-configuration.md)。 +获取语言功能请参考[应用配置](../reference/apis/js-apis-app-ability-configuration.md)。 diff --git a/zh-cn/glossary.md b/zh-cn/glossary.md index 6b64d3dca5e379db12fa92249aecd00d21606d27..fe7e0e4b48f21f6fcd7a984c6f5dd4c59bc3155b 100644 --- a/zh-cn/glossary.md +++ b/zh-cn/glossary.md @@ -73,7 +73,7 @@ - ### FA模型 - Ability框架提供的一种开发模型。API version 8及更早版本的应用开发仅支持FA模型。FA模型将Ability分为[FA(Feature Ability)](#fa)和[PA(Particle Ability)](#pa)两种类型,其中FA支持Page Ability模板,PA支持Service ability、Data ability、以及Form ability模板。详情可参考[FA模型综述](application-dev/ability/fa-brief.md)。 + Ability框架提供的一种开发模型。API version 8及更早版本的应用开发仅支持FA模型。FA模型将Ability分为[FA(Feature Ability)](#fa)和[PA(Particle Ability)](#pa)两种类型,其中FA支持Page Ability模板,PA支持Service ability、Data ability、以及Form ability模板。详情可参考[FA模型综述](application-dev/application-models/fa-model-development-overview.md)。 ## H