diff --git a/en/device-dev/driver/driver-peripherals-sensor-des.md b/en/device-dev/driver/driver-peripherals-sensor-des.md index f3d8a520cb1aba4bc087212987ab15c33bebf46d..e69182efca50f9c238a39666ddab3e1cbb3a8e4e 100644 --- a/en/device-dev/driver/driver-peripherals-sensor-des.md +++ b/en/device-dev/driver/driver-peripherals-sensor-des.md @@ -112,7 +112,7 @@ The sensor driver model also provides certain driver development APIs that need | void ReadSensorData(void) | Reads sensor data.| -For details about the interface implementation, see [How to Develop](#How to Develop). +For details about the interface implementation, see [How to Develop](#How-to-Develop). ### How to Develop 1. Develop the acceleration sensor abstract driver. Specifically, implement the **Bind**, **Init**, **Release**, and **Dispatch** functions.