Skip to content

Commit 09fa4f3

Browse files
authored
Merge pull request #6412 from alisondy/guide-fix-broken-link
Fix broken links to learn about sigs in the contributor guide
2 parents 4f0cf1e + 3da706a commit 09fa4f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: contributors/guide/contributing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For quick reference on contributor resources, we have a handy [contributor cheat
3333

3434
### Communication
3535

36-
It is best to contact your [SIG](#learn-about-sigs) for issues related to the SIG's topic. Your SIG will be able to help you much more quickly than a general question would.
36+
It is best to contact your [SIG](first-contribution.md#learn-about-sigs) for issues related to the SIG's topic. Your SIG will be able to help you much more quickly than a general question would.
3737

3838
For general questions and troubleshooting, use the [standard lines of communication](/communication/README.md) and work through the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/).
3939

@@ -61,7 +61,7 @@ Refer to its [command reference documentation](https://go.k8s.io/bot-commands).
6161
Common new contributor PR issues are:
6262

6363
* not having correctly signed the CLA ahead of your first PR. See the [CLA page](/CLA.md) for troubleshooting help, in some cases you might need to file a ticket with the CNCF to resolve a CLA problem.
64-
* finding the right SIG or reviewer(s) for the PR (see [Code Review](#code-review) section) and following any SIG or repository specific contributing guidelines (see [Learn about SIGs](#learn-about-sigs) section)
64+
* finding the right SIG or reviewer(s) for the PR (see [Code Review](#code-review) section) and following any SIG or repository specific contributing guidelines (see [Learn about SIGs](first-contribution.md#learn-about-sigs) section)
6565
* dealing with test cases which fail on your PR, unrelated to the changes you introduce (see [Test Flakes](/contributors/devel/sig-testing/flaky-tests.md))
6666
* Not following [scalability good practices](scalability-good-practices.md)
6767
* Include mentions (like @person) and [keywords](https://help.github.com/en/articles/closing-issues-using-keywords) which could close the issue (like fixes #xxxx) in commit messages.

0 commit comments

Comments
 (0)