From c1ddf46d4670cd261fdeb29de068fc56b11e7eae Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Wed, 19 Jul 2023 08:38:22 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=AD=E9=93=BE=20Signed-o?= =?UTF-8?q?ff-by:=20Annie=5Fwang=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Annie_wang --- en/application-dev/reference/native-api-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/native-api-intro.md b/en/application-dev/reference/native-api-intro.md index 75e18a70d7..ab4abf6050 100644 --- a/en/application-dev/reference/native-api-intro.md +++ b/en/application-dev/reference/native-api-intro.md @@ -49,7 +49,7 @@ Native APIs are stored in the **$(SDK_ROOT)/native** directory of the SDK. * [Native API Reference](native-apis/_o_h___native_x_component.md): provides reference for Native APIs. * [Standard Libraries Supported by Native APIs](../reference/native-lib/third_party_libc/musl.md): describes the open-source standard libraries supported by Native APIs. * [Native API Development](../napi/napi-guidelines.md): describes how to use Native APIs. -* [Using NDK to Build a CMake C/C++ Project](../faqs/how-to-migrate-cmake-with-ohosndk.md): describes how to use Native APIs to develop a CMake project. +* [Using NDK to Build a CMake C/C++ Project](../faqs/howto-migrate-cmake-with-ohosndk.md): describes how to use Native APIs to develop a CMake project. * [Using Node-APIs in Application Projects](../napi/napi-guidelines.md): describes how to use Node-APIs. ## How to Use -- GitLab