Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
HI! PLEASE STOP TO READ THIS!! If your issue is regarding one of the query
APIs (`getByText`, `getByLabelText`, etc), then please file it on the
https://github.com/kentcdodds/dom-testing-library repository instead. If you
https://github.com/testing-library/dom-testing-library repository instead. If you
file it here it will be closed. Thanks :)

Thanks for your interest in the project. I appreciate bugs filed and PRs submitted!
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
],
"repository": {
"type": "git",
"url": "https://github.com/kentcdodds/cypress-testing-library"
"url": "https://github.com/testing-library/cypress-testing-library"
},
"bugs": {
"url": "https://github.com/kentcdodds/cypress-testing-library/issues"
"url": "https://github.com/testing-library/cypress-testing-library/issues"
},
"homepage": "https://github.com/kentcdodds/cypress-testing-library#readme"
"homepage": "https://github.com/testing-library/cypress-testing-library#readme"
}