Skip to content

Commit

Permalink
docs: move to testing-library org (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnapse authored Apr 26, 2019
1 parent eb1be31 commit 1b2beb9
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "jest-dom",
"projectOwner": "gnapse",
"projectOwner": "testing-library",
"repoType": "github",
"files": [
"README.md"
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Thanks for being willing to contribute!
> pull requests from branches on your fork. To do this, run:
>
> ```
> git remote add upstream https://github.com/gnapse/jest-dom.git
> git remote add upstream https://github.com/testing-library/jest-dom.git
> git fetch upstream
> git branch --set-upstream-to=upstream/master master
> ```
Expand Down Expand Up @@ -68,5 +68,5 @@ Also, please watch the repo and respond to questions/bug reports/feature
requests! Thanks!

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

0 comments on commit 1b2beb9

Please sign in to comment.