We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab425f commit f828433Copy full SHA for f828433
1 file changed
docs/dom-testing-library/api-events.mdx
@@ -97,7 +97,7 @@ fireEvent.keyDown(domNode, {key: 'A', code: 'KeyA'})
97
```
98
99
You can find out which key code to use at
100
-[https://keycode.info/](https://keycode.info/).
+[https://www.toptal.com/developers/keycode](https://www.toptal.com/developers/keycode).
101
102
## `createEvent[eventName]`
103
0 commit comments