From 85cd2c42223cd5b0475d91c637382196f9e54a3a Mon Sep 17 00:00:00 2001 From: csteiner <47841949+clintonsteiner@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:15:57 -0600 Subject: [PATCH] Update DEVELOPMENT.md https://github.com/tektoncd/pipeline/pull/8444 Removed in above --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 3307780b6d..8390002671 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -63,7 +63,7 @@ This project extends Kubernetes (aka - [Tekton Pipelines README](https://github.com/tektoncd/pipeline/blob/master/docs/README.md) - Some of the terms here may make more sense! - Install via - [official installation docs](https://github.com/tektoncd/pipeline/blob/master/docs/install.md) + [official installation docs](https://tekton.dev/docs/getting-started) or continue though [getting started for development](#getting-started) - [Tekton Pipeline "Hello World" tutorial](https://github.com/tektoncd/pipeline/blob/master/docs/tutorial.md) - Define `Tasks`, `Pipelines`, and `PipelineResources`, see what happens when