summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-01-03 17:28:19 -0800
committerGitHub <noreply@github.com>2018-01-03 17:28:19 -0800
commite7c3043de48e8ced7b92fd4ba16f35b9734e07ed (patch)
tree26ffb4d39abcac75f9c43d435a3739d12d96085b
parent2423b94dd187d20d8176303a3ee5250d5a6805a8 (diff)
parent65a6d2923a438fae21d1d4cdf960a2e088c9e12e (diff)
Merge pull request #1561 from cimomo/contributors-guide-fixes
Fix incorrect anchor for Github markdown header in contributors guide
-rw-r--r--contributors/guide/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/guide/README.md b/contributors/guide/README.md
index 5edc400d..860647c7 100644
--- a/contributors/guide/README.md
+++ b/contributors/guide/README.md
@@ -98,7 +98,7 @@ You get the idea - if you ever see something you think should be fixed, you shou
There are multiple repositories within the Kubernetes community and a full list of repositories can be found [here](https://github.com/kubernetes/).
Each repository in the Kubernetes organization has beginner-friendly issues that provide a good first issue. For example, [kubernetes/kubernetes](https://git.k8s.io/kubernetes) has [help wanted issues](https://go.k8s.io/help-wanted) that should not need deep knowledge of the system.
-Another good strategy is to find a documentation improvement, such as a missing/broken link, which will give you exposure to the code submission/review process without the added complication of technical depth. Please see [Contributing](#Contributing) below for the workflow.
+Another good strategy is to find a documentation improvement, such as a missing/broken link, which will give you exposure to the code submission/review process without the added complication of technical depth. Please see [Contributing](#contributing) below for the workflow.
### Learn about SIGs