Skip to content

Commit 1f65c84

Browse files
authored
docs(CONTRIBUTING): update links (#180)
1 parent f2c43ac commit 1f65c84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ series [How to Contribute to an Open Source Project on GitHub][egghead]
1515
> pull requests from branches on your fork. To do this, run:
1616
>
1717
> ```
18-
> git remote add upstream https://github.com/kentcdodds/cypress-testing-library.git
18+
> git remote add upstream https://github.com/testing-library/cypress-testing-library.git
1919
> git fetch upstream
2020
> git branch --set-upstream-to=upstream/main main
2121
> ```
@@ -50,5 +50,5 @@ Also, please watch the repo and respond to questions/bug reports/feature
5050
requests! Thanks!
5151
5252
[egghead]:
53-
https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
54-
[issues]: https://github.com/kentcdodds/cypress-testing-library/issues
53+
https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github
54+
[issues]: https://github.com/testing-library/cypress-testing-library/issues

0 commit comments

Comments
 (0)