Skip to content

Commit 2c8909f

Browse files
authored
Fix broken link in contributing.md (#1377)
This just fixes a broken link in the contributing guide. Before: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github After: https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github
1 parent 63187c4 commit 2c8909f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The core team works directly on GitHub and all work is public.
1010

1111
### Development workflow
1212

13-
> **Working on your first pull request?** You can learn how from this _free_ series: [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github).
13+
> **Working on your first pull request?** You can learn how from this _free_ series: [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github).
1414
1515
1. Fork the repo and create your branch from `main` (a guide on [how to fork a repository](https://help.github.com/articles/fork-a-repo/)).
1616
2. Run `yarn` to setup the development environment.

0 commit comments

Comments
 (0)