Skip to content

Commit 1b2beb9

Browse files
authored
docs: move to testing-library org (#97)
1 parent eb1be31 commit 1b2beb9

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projectName": "jest-dom",
3-
"projectOwner": "gnapse",
3+
"projectOwner": "testing-library",
44
"repoType": "github",
55
"files": [
66
"README.md"

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Thanks for being willing to contribute!
1515
> pull requests from branches on your fork. To do this, run:
1616
>
1717
> ```
18-
> git remote add upstream https://github.com/gnapse/jest-dom.git
18+
> git remote add upstream https://github.com/testing-library/jest-dom.git
1919
> git fetch upstream
2020
> git branch --set-upstream-to=upstream/master master
2121
> ```
@@ -68,5 +68,5 @@ Also, please watch the repo and respond to questions/bug reports/feature
6868
requests! Thanks!
6969

7070
[egghead]: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
71-
[all-contributors]: https://github.com/kentcdodds/all-contributors
72-
[issues]: https://github.com/gnapse/jest-dom/issues
71+
[all-contributors]: https://github.com/all-contributors/all-contributors
72+
[issues]: https://github.com/testing-library/jest-dom/issues

0 commit comments

Comments
 (0)