From 3bc8dd712a1bf09a32aac2d6e9cb9c6d66b68417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Thu, 23 Apr 2020 16:31:41 +0200 Subject: [PATCH] docs: fix link to example --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 9b11eddf3..c22f6c17c 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -44,7 +44,7 @@ test('form submits two answers', () => { }); ``` -You can find the source of `QuestionsBoard` component and this example [here](../src/__tests__/questionsBoard.test.js). +You can find the source of `QuestionsBoard` component and this example [here](https://github.com/callstack/react-native-testing-library/blob/master/src/__tests__/questionsBoard.test.js). ## Installation