Skip to content

Commit da17cd0

Browse files
committed
docs(uinput-actions): fix button constant link
1 parent 2531e25 commit da17cd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/uinput-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ tap(ui, ecodes.BTN_MIDDLE) -- middle click
180180
Because the Linux kernel treats mouse buttons ( [BTN_*] ) as keys (both use the
181181
`EV_KEY` event type under the hood), we can use `tap()` to perform clicks.
182182

183-
[BTN_*]: ../api/ecodes#btn
183+
[BTN_*]: ../types#evdev-ecodes-btn

0 commit comments

Comments
 (0)