Skip to content

Commit 07445ad

Browse files
committed
Fix useHotkeys documentation link
1 parent eeb1502 commit 07445ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export const MyMenu = () => (
248248
);
249249
```
250250

251-
This leverages the [react-hotkeys-hook](https://github.com/JohannesKlauss/react-hotkeys-hook) library, checkout [their documentation](https://react-hotkeys-hook.vercel.app/docs/documentation/useHotkeys/) for more examples.
251+
This leverages the [react-hotkeys-hook](https://github.com/JohannesKlauss/react-hotkeys-hook) library, checkout [their documentation](https://react-hotkeys-hook.vercel.app/docs/documentation/useHotkeys/basic-usage) for more examples.
252252

253253
### `keyboardShortcutRepresentation`
254254

0 commit comments

Comments
 (0)