Skip to content

Commit 253600c

Browse files
committed
Link fix
1 parent d23fb44 commit 253600c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Packages/com.unity.inputsystem/Documentation~/query-sensors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ if (Gyroscope.current != null)
1414

1515
```
1616

17-
Unlike other devices, sensors are disabled by default. To enable a sensor, call [`InputSystem.EnableDevice`](xref:UnityEngine.InputSystem.InputSystem.html#UnityEngine_InputSystem_InputSystem_EnableDevice_UnityEngine_InputSystem_InputDevice).
17+
Unlike other devices, sensors are disabled by default. To enable a sensor, call [`InputSystem.EnableDevice`](xref:UnityEngine.InputSystem.InputSystem).
1818

1919
```c#
2020

2121
InputSystem.EnableDevice(Gyroscope.current);
2222

2323
```
2424

25-
To disable a sensor, call [`InputSystem.DisableDevice`](xref:UnityEngine.InputSystem.InputSystem.html#UnityEngine_InputSystem_InputSystem_DisableDevice_UnityEngine_InputSystem_InputDevice_System_Boolean).
25+
To disable a sensor, call [`InputSystem.DisableDevice`](xref:UnityEngine.InputSystem.InputSystem).
2626

2727
```c#
2828

0 commit comments

Comments
 (0)