Skip to content

Commit 1efb814

Browse files
authored
docs: fix a link to example (#286)
1 parent 61a83e9 commit 1efb814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test('form submits two answers', () => {
4444
});
4545
```
4646

47-
You can find the source of `QuestionsBoard` component and this example [here](../src/__tests__/questionsBoard.test.js).
47+
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).
4848

4949
## Installation
5050

0 commit comments

Comments
 (0)