From 65a6d2923a438fae21d1d4cdf960a2e088c9e12e Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Wed, 3 Jan 2018 16:34:26 -0800 Subject: Fix incorrect anchor for github markdown header in contributors guide --- contributors/guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3