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
|
||||
|
||||
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
|
||||
take a look at:
|
||||
|
||||
- [The pull request workflow](https://www.knative.dev/contributing/reviewing/)
|
||||
[contributing](https://www.knative.dev/contributing/) to `Knative Client`.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
@ -35,7 +32,7 @@ You must install these tools:
|
|||
|
||||
### 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
|
||||
|
||||
|
|
@ -65,7 +62,7 @@ Once you've [set up your development environment](#prerequisites), let's build
|
|||
|
||||
**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.
|
||||
|
||||
**Building:**
|
||||
|
|
|
|||
Loading…
Reference in New Issue