Fix links to contributor cheatsheet
This commit is contained in:
parent
e88a515dc7
commit
1f78a788d5
|
@ -4,10 +4,10 @@ Welcome to the Kubernetes Community contributing guide. We are excited about the
|
||||||
|
|
||||||
## Getting Started
|
## 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
|
- [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
|
## Mentorship
|
||||||
|
|
||||||
|
|
|
@ -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).
|
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
|
### Communication
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,9 @@ about the prospect of you joining our [community][community page]!
|
||||||
|
|
||||||
## Before You Begin
|
## 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].
|
The process for contributing code to Kubernetes via SIG-CLI [community][community page].
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue