From 9cd370ba05aa7857e7c40e850826df97a7c85a3d Mon Sep 17 00:00:00 2001 From: Oksana Date: Wed, 18 Sep 2024 12:12:27 -0400 Subject: [PATCH] docs: update EXAMPLES.md (#10809) Update EXAMPLES.md Believe that is the correct link that we wanted here. --- EXAMPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: