Skip to content

Commit a0e9eb2

Browse files
authored
docs: Fix link to the on-change.js example (#884)
1 parent 49e6d83 commit a0e9eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react-testing-library/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ to React testing
1111
<summary>How do I test input onChange handlers?</summary>
1212

1313
TL;DR:
14-
[Go to the `on-change.js` example](https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples/tree/master/?module=%2Fsrc%2F__tests__%2Fon-change.js&previewwindow=tests)
14+
[Go to the `on-change.js` example](https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples/tree/main/?module=%2Fsrc%2F__tests__%2Fon-change.js&previewwindow=tests)
1515

1616
In summary:
1717

0 commit comments

Comments
 (0)