Skip to content

Commit 2b800cf

Browse files
authored
fix github link in jest-dom page
Closes testing-library/react-testing-library#324
1 parent 9049ec0 commit 2b800cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ecosystem-jest-dom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ expect(getByText(container, 'Visible Example')).toBeVisible()
2323
> `getByTestId`). Otherwise the `get*` function could throw an error before your
2424
> assertion.
2525
26-
Check out [jest-dom's documentation](gh) for a full list of available matchers.
26+
Check out [jest-dom's documentation][gh] for a full list of available matchers.
2727

2828
- [jest-dom on GitHub][gh]
2929

0 commit comments

Comments
 (0)