From c400e0352392cec6430602d01fc809ad395791c3 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Fri, 11 Feb 2022 15:15:06 +0800 Subject: [PATCH] update docs Signed-off-by: zengyawen --- en/application-dev/reference/apis/js-apis-resource-manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/apis/js-apis-resource-manager.md b/en/application-dev/reference/apis/js-apis-resource-manager.md index 355e1fb4df..011b9cc217 100644 --- a/en/application-dev/reference/apis/js-apis-resource-manager.md +++ b/en/application-dev/reference/apis/js-apis-resource-manager.md @@ -446,7 +446,7 @@ Provides the device capability. Provides the capability of accessing application resources. ->![](../public_sys-resources/icon-note.gif) **NOTE:** +>![](../../public_sys-resources/icon-note.gif) **NOTE:** >- The methods involved in **ResourceManager** are applicable only to the TypeScript-based declarative development paradigm. >- Resource files are defined in the **resources** directory of the project. You can obtain the resource ID from **$r\(resource address\).id**, for example, **$r\(?app.string.test?\).id**. -- GitLab