Skip to content

Commit

Permalink
Fix markup and a link. (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Owsiany authored and alenkacz committed Nov 15, 2019
1 parent bd59d03 commit 204904a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Please see [https://git.k8s.io/community/CLA.md](https://git.k8s.io/community/CL

- Git
- Go `1.13` or later
- [Kubebuilder](https://book.kubebuilder.io/getting_started/installation_and_setup.html)
- A Kubernetes Cluster running version `1.13` or later (e.g., [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/))
- [Kubebuilder](https://book.kubebuilder.io/quick-start.html#installation)
- A Kubernetes Cluster running version `1.13` or later (e.g., [kind](https://kind.sigs.k8s.io/) or [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/))
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)

### Build Instructions
Expand All @@ -39,13 +39,13 @@ When updating the structs under [APIs](https://github.com/kudobuilder/kudo/blob/

After updating CRD manifests, use `make deploy` to apply the new CRDs to your cluster.

#### Testing
### Testing

See the [contributor's testing guide](https://github.com/kudobuilder/kudo/blob/master/test/README.md).

## Community, Discussion, and Support

Learn how to engage with the Kubernetes community on the [community page](community page).
Learn how to engage with the Kubernetes community on the [community page](https://kudo.dev/community/).

You can reach the maintainers of this project at:

Expand Down

0 comments on commit 204904a

Please sign in to comment.