Fix links to contributor cheatsheet

This commit is contained in:
Antti Kervinen 2019-05-08 16:11:15 +03:00
parent e88a515dc7
commit 1f78a788d5
3 changed files with 5 additions and 5 deletions

View File

@ -4,10 +4,10 @@ Welcome to the Kubernetes Community contributing guide. We are excited about the
## Getting Started
We have full documentation on how to get started contributing here:
We have full documentation on how to get started contributing here:
- [Kubernetes Contributor Guide](http://git.k8s.io/community/contributors/guide) - Main contributor documentation
- [Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet.md) - Common resources for existing developers
- [Contributor Cheat Sheet](./contributors/guide/contributor-cheatsheet/) - Common resources for existing developers
## Mentorship

View File

@ -173,7 +173,7 @@ Check out our [community guiding principles](/contributors/guide/collab.md) on h
Beginner focused information can be found below in [Open a Pull Request](#open-a-pull-request) and [Code Review](#code-review).
For quick reference on contributor resources, we have a handy [contributor cheatsheet](./contributor-cheatsheet.md)
For quick reference on contributor resources, we have a handy [contributor cheatsheet](./contributor-cheatsheet/).
### Communication

View File

@ -5,9 +5,9 @@ about the prospect of you joining our [community][community page]!
## Before You Begin
We strongly recommend you to understand the main [Kubernetes Contributor Guide](http://git.k8s.io/community/contributors/guide) and adhere to the contribution rules (specially signing the CLA).
We strongly recommend you to understand the main [Kubernetes Contributor Guide](http://git.k8s.io/community/contributors/guide) and adhere to the contribution rules (specially signing the CLA).
You can also check the [Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet.md), with common resources for existing developers.
You can also check the [Contributor Cheat Sheet](/contributors/guide/contributor-cheatsheet/), with common resources for existing developers.
The process for contributing code to Kubernetes via SIG-CLI [community][community page].