From 78c32abd181de4a05469ced8684a9fa58f74e5a6 Mon Sep 17 00:00:00 2001 From: Stephen Wade Date: Sat, 3 Jul 2021 17:40:02 -0400 Subject: [PATCH] Fix link to the `on-change.js` example --- docs/react-testing-library/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react-testing-library/faq.mdx b/docs/react-testing-library/faq.mdx index 06cc58882..368544f80 100644 --- a/docs/react-testing-library/faq.mdx +++ b/docs/react-testing-library/faq.mdx @@ -11,7 +11,7 @@ to React testing How do I test input onChange handlers? TL;DR: -[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) +[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) In summary: