From fe2c1830e34f1f3fa5cdb0de02afeeb014378309 Mon Sep 17 00:00:00 2001 From: shawn_he Date: Mon, 8 May 2023 14:20:06 +0800 Subject: [PATCH] update doc Signed-off-by: shawn_he --- .../subsystems/subsys-power-battery-level-customization.md | 2 +- en/device-dev/subsystems/subsys-power-level-LED-color.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/device-dev/subsystems/subsys-power-battery-level-customization.md b/en/device-dev/subsystems/subsys-power-battery-level-customization.md index ab032e1b58..ab4d120d2d 100644 --- a/en/device-dev/subsystems/subsys-power-battery-level-customization.md +++ b/en/device-dev/subsystems/subsys-power-battery-level-customization.md @@ -291,7 +291,7 @@ The following uses [DAYU200](https://gitee.com/openharmony/vendor_hihope/tree/ma ``` ## Reference -During development, you can refer to the [default battery level configuration](https://gitee.com/openharmony/powermgr_battery_manager/tree/master/services/native/profile/battery_config.json), as shown below: +During development, you can refer to the [default battery level configuration](https://gitee.com/openharmony/powermgr_battery_manager/blob/master/services/native/profile/battery_config.json), as shown below: diff --git a/en/device-dev/subsystems/subsys-power-level-LED-color.md b/en/device-dev/subsystems/subsys-power-level-LED-color.md index e4464d26c6..3d82bd2258 100644 --- a/en/device-dev/subsystems/subsys-power-level-LED-color.md +++ b/en/device-dev/subsystems/subsys-power-level-LED-color.md @@ -211,7 +211,7 @@ The following uses [DAYU200](https://gitee.com/openharmony/vendor_hihope/tree/ma ![high_power_led_alter](figures/high_power_led_alter.jpg) ## Reference -During development, you can refer to the [default battery level and LED color mapping configuration](https://gitee.com/openharmony/powermgr_battery_manager/tree/master/services/native/profile/battery_config.json), as shown below: +During development, you can refer to the [default battery level and LED color mapping configuration](https://gitee.com/openharmony/powermgr_battery_manager/blob/master/services/native/profile/battery_config.json), as shown below: -- GitLab