diff --git a/EXAMPLES.md b/EXAMPLES.md index 651c5c7634c..ee0a064e3f8 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -15,7 +15,7 @@ Links: ## I want to write a test. - We use `@testing-library/react-native` and our helper `renderWithWrappers`. -- We refer to this guide 👉 [How should I query?](https://callstack.github.io/react-native-testing-library/docs/how-should-i-query/) from `@testing-library/react-native` for querying components +- We refer to this guide 👉 [How should I query?](https://callstack.github.io/react-native-testing-library/docs/guides/how-to-query) from `@testing-library/react-native` for querying components Example Links: