diff --git a/docs/dom-testing-library/api-events.mdx b/docs/dom-testing-library/api-events.mdx index 4c07f8836..6056127d1 100644 --- a/docs/dom-testing-library/api-events.mdx +++ b/docs/dom-testing-library/api-events.mdx @@ -97,7 +97,7 @@ fireEvent.keyDown(domNode, {key: 'A', code: 'KeyA'}) ``` You can find out which key code to use at -[https://keycode.info/](https://keycode.info/). +[https://www.toptal.com/developers/keycode](https://www.toptal.com/developers/keycode). ## `createEvent[eventName]`