Merge pull request #5221 from JasonvanBrackel/master

Fixes broken hyperlinks in the contributor guide
This commit is contained in:
Kubernetes Prow Robot 2020-10-15 07:06:24 -07:00 committed by GitHub
commit 00f47214d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 7 deletions

View File

@ -14,13 +14,12 @@ description:
- [Getting Started](#getting-started)
- [Welcome](#welcome)
- [Contributor Guide](#contributor-guide)
- [Resources Available](#resources-available)
- [Prerequisites](#prerequisites)
- [Sign the CLA](#sign-the-CLA)
- [Sign the CLA](#sign-the-cla)
- [Code of Conduct](#code-of-conduct)
- [Setting Up Your Developer Environment](#setting-up)
- [Community Expectations and Roles](#community-expectations)
- [Contributor Playground](#contributor-playground)
- [Setting Up Your Developer Environment](#setting-up-your-development-environment)
- [Community Expectations and Roles](#community-expectations-and-roles)
- [Contributor Playground](#kubernetes-contributor-playground)
- [Contributor Workshops](#contributor-workshops)
- [Community](#community)
- [Communication](#communication)
@ -49,9 +48,9 @@ It is recommended that you follow these steps in order:
- [Welcome](#welcome) - this page
- [Prerequisites](#prerequisites) - tasks you need to complete before
you can start contributing to Kubernetes
- [Your First Contribution](#first-contribution) - things you'll need to know
- [Your First Contribution](./first-contribution.md) - things you'll need to know
before making your first contribution
- [Contributing](#contributing) - the main reference guide to contributing
- [Contributing](./contributing.md) - the main reference guide to contributing
to Kubernetes
## Prerequisites