Skip to content

Commit d2f214b

Browse files
committed
docs(CONTRIBUTING): update links
remove obsolete all-contributors link (was removed in 1727a49)
1 parent 56a4c75 commit d2f214b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ series [How to Contribute to an Open Source Project on GitHub][egghead]
88
## Project setup
99

1010
1. Fork and clone the repo
11-
2. Run `npm run setup` to install dependencies and run validation
11+
2. Run `npm run setup -s` to install dependencies and run validation
1212
3. Create a branch for your PR with `git checkout -b pr/your-branch-name`
1313

1414
> Tip: Keep your `main` branch pointing at the original repository and make pull
@@ -40,6 +40,5 @@ Also, please watch the repo and respond to questions/bug reports/feature
4040
requests! Thanks!
4141
4242
[egghead]:
43-
https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
44-
[all-contributors]: https://github.com/all-contributors/all-contributors
43+
https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github
4544
[issues]: https://github.com/testing-library/dom-testing-library/issues

0 commit comments

Comments
 (0)