mirror of https://github.com/knative/client.git
Update broken links on `client/DEVELOPMENT.md` (#2005)
* Update broken links - remove link for `The pull request workflow` - update link for `Set up Knative` - update link for `go mod` * Update go mod link
This commit is contained in:
parent
1c3b47ce73
commit
af92471c61
|
|
@ -1,10 +1,7 @@
|
||||||
# Development
|
# Development
|
||||||
|
|
||||||
This doc explains how to set up a development environment so you can get started
|
This doc explains how to set up a development environment so you can get started
|
||||||
[contributing](https://www.knative.dev/contributing/) to `Knative Client`. Also
|
[contributing](https://www.knative.dev/contributing/) to `Knative Client`.
|
||||||
take a look at:
|
|
||||||
|
|
||||||
- [The pull request workflow](https://www.knative.dev/contributing/reviewing/)
|
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
|
|
@ -35,7 +32,7 @@ You must install these tools:
|
||||||
|
|
||||||
### Create a cluster
|
### Create a cluster
|
||||||
|
|
||||||
1. [Set up Knative](https://knative.dev/docs/install/any-kubernetes-cluster)
|
1. [Set up Knative](https://knative.dev/docs/install/)
|
||||||
|
|
||||||
### Checkout your fork
|
### Checkout your fork
|
||||||
|
|
||||||
|
|
@ -65,7 +62,7 @@ Once you've [set up your development environment](#prerequisites), let's build
|
||||||
|
|
||||||
**Dependencies:**
|
**Dependencies:**
|
||||||
|
|
||||||
[go mod](https://github.com/golang/go/wiki/Modules#quick-start) is used and
|
[go mod](https://go.dev/wiki/Modules) is used and
|
||||||
required for dependencies.
|
required for dependencies.
|
||||||
|
|
||||||
**Building:**
|
**Building:**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue