From 2f4b2c9eec476916ebd9643bf968f7665e158c45 Mon Sep 17 00:00:00 2001 From: huaqi Date: Mon, 15 May 2023 20:48:42 +0800 Subject: [PATCH] fix link error in location-guidelines.md Signed-off-by: baimin@leyinke.cn --- en/application-dev/device/location-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/device/location-guidelines.md b/en/application-dev/device/location-guidelines.md index f6bf52766eb..44ebca55719 100644 --- a/en/application-dev/device/location-guidelines.md +++ b/en/application-dev/device/location-guidelines.md @@ -40,7 +40,7 @@ Since the location information is considered sensitive, your application still n The following sample is provided to help you better understand how to develop location services: -- [`Location`: Location (ArkTS) (API9)](https://gitee.com/openharmony/applications_app_samples/tree/master/device/Location) +- [`Location`: Location (ArkTS) (API9)](https://gitee.com/openharmony/applications_app_samples/tree/master/code/BasicFeature/DeviceManagement/Location) ## Applying for Location Permissions -- Gitee