From bfa4d68091a9bed03c2a34e9eb972f0ff737344c Mon Sep 17 00:00:00 2001 From: Himanshu Garg Date: Sat, 15 Feb 2025 09:34:37 +0530 Subject: [PATCH] fixes link --- files/en-us/web/api/devicemotionevent/acceleration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/devicemotionevent/acceleration/index.md b/files/en-us/web/api/devicemotionevent/acceleration/index.md index 060593e0e0aec03..88174913fe18491 100644 --- a/files/en-us/web/api/devicemotionevent/acceleration/index.md +++ b/files/en-us/web/api/devicemotionevent/acceleration/index.md @@ -22,7 +22,7 @@ the gravitational force, in contrast to {{DOMxRef("DeviceMotionEvent.acceleratio ## Value The `acceleration` property is an object providing information about -acceleration on the three axes in the {{domxref("Device orientation events/Orientation and motion data explained", "Device coordinate frame", "", "nocode")}}. Each axis is represented with its own property: +acceleration on the three axes in the [Device coordinate frame](/en-US/docs/Web/API/Device_orientation_events/Orientation_and_motion_data_explained#device_coordinate_frame). Each axis is represented with its own property: - `x` - : Represents the acceleration along the x axis