From 4a00e6c8e49e551290713fb688d6891f12fdfc03 Mon Sep 17 00:00:00 2001 From: jiangminyang Date: Mon, 24 Oct 2022 09:17:16 +0800 Subject: [PATCH] fixed context link error. Signed-off-by: jiangminyang --- zh-cn/application-dev/reference/apis/js-apis-camera.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-camera.md b/zh-cn/application-dev/reference/apis/js-apis-camera.md index acd2bb2e92..bb93fc215b 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-camera.md +++ b/zh-cn/application-dev/reference/apis/js-apis-camera.md @@ -49,7 +49,7 @@ getCameraManager(context: Context): Promise | 名称 | 类型 | 必填 | 说明 | | ------- | ------- | ---- | ------------ | -| context | [Context](../ability/context-userguide.md) | 是 | 应用上下文。 | +| context | [Context](../../ability/context-userguide.md) | 是 | 应用上下文。 | **返回值:** -- GitLab