diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2022-03-01 12:57:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-01 12:57:54 -0800 |
| commit | 496bce31b971fab7572ca2c08b28ab59fd7b1249 (patch) | |
| tree | cfd6bf79e84b285885046f7e8add0b9570128c3f | |
| parent | 3a532f474447c2f83468f55f9794d0a154a4c384 (diff) | |
| parent | f5c5055a30203db0ffc222fd6136fea11e63a1cc (diff) | |
Merge pull request #6495 from uroy-personal/master
Repair broken link for first contributions
| -rw-r--r-- | contributors/guide/first-contribution.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/guide/first-contribution.md b/contributors/guide/first-contribution.md index d0862a8f..77c20d02 100644 --- a/contributors/guide/first-contribution.md +++ b/contributors/guide/first-contribution.md @@ -30,7 +30,7 @@ Here are some things you can do today to get started contributing: * Help triage issues If the above suggestions don't appeal to you, you can browse the -[Contributor Role Board] to see who is looking for help. Those interested +[issues labeled as a good first issue] to see who is looking for help. Those interested in contributing without writing code can also find ideas in the [Non-Code Contributions Guide]. @@ -127,7 +127,7 @@ subrepository. For example, a documentation issue should be opened in [kubernetes/website]. Make sure to adhere to the prompted submission guidelines while opening an issue. Check the [issue triage guide] for more information. -[Contributor Role Board]: https://discuss.kubernetes.io/c/contributors/role-board +[issues labeled as a good first issue]: https://go.k8s.io/good-first-issue [k8s-ci-robot]: https://github.com/k8s-ci-robot [Non-Code Contributions Guide]: ./non-code-contributions.md [multiple repositories]: https://github.com/kubernetes/ |
