From 4e0f6781aeeb32724aa383265fe2ff5e8e8d4a1e Mon Sep 17 00:00:00 2001 From: csteiner <47841949+clintonsteiner@users.noreply.github.com> Date: Tue, 17 Dec 2024 19:25:24 -0600 Subject: [PATCH] Update DEVELOPMENT.md Removed in https://github.com/tektoncd/pipeline/pull/8444/files --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 3307780b6d..780455cc89 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -65,7 +65,7 @@ This project extends Kubernetes (aka - Install via [official installation docs](https://github.com/tektoncd/pipeline/blob/master/docs/install.md) or continue though [getting started for development](#getting-started) -- [Tekton Pipeline "Hello World" tutorial](https://github.com/tektoncd/pipeline/blob/master/docs/tutorial.md) - +- [Tekton Pipeline "Hello World" tutorial](https://tekton.dev/docs/getting-started) - Define `Tasks`, `Pipelines`, and `PipelineResources`, see what happens when they are run