Skip to content

Commit 333fbd2

Browse files
authored
Fix printable cheatsheet link (#814)
The printable cheatsheet link seems to be broken since gitlab renamed `master` branch to `main`
1 parent c160fcd commit 333fbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react-testing-library/cheatsheet.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ getByText((content, element) => content.startsWith('Hello'))
170170
**[Get the printable cheat sheet][cheatsheet]**
171171

172172
[cheatsheet]:
173-
https://github.com/testing-library/react-testing-library/raw/master/other/cheat-sheet.pdf
173+
https://github.com/testing-library/react-testing-library/raw/main/other/cheat-sheet.pdf

0 commit comments

Comments
 (0)