From af92471c617db8c3dce9e5642d80cc9e78682b99 Mon Sep 17 00:00:00 2001 From: Joy Paul <41096232+cosmicRover@users.noreply.github.com> Date: Wed, 2 Jul 2025 13:45:54 -0500 Subject: [PATCH] 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 --- DEVELOPMENT.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 3fe577278..bcbcfffc8 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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:**