From 88f9d394c7e389b42323996c0dd95816232af4c4 Mon Sep 17 00:00:00 2001 From: csteiner <47841949+clintonsteiner@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:13:22 -0600 Subject: [PATCH] Update DEVELOPMENT.md - fix broken link Removed in https://github.com/tektoncd/pipeline/pull/8429 --- DEVELOPMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 3ef3e6688..0134f6a75 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -45,7 +45,7 @@ This project extends Kubernetes (aka `k8s`) with Custom Resource Definitions - [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 through [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 @@ -364,4 +364,4 @@ with a clear message explaining why it was skipped. flag to `alpha` in your test cluster to see your alpha integration tests run. When the flag in your cluster is `alpha` _all_ integration tests are executed, both `stable` and `alpha`. Setting the feature flag to `stable` will exclude `alpha` -tests. \ No newline at end of file +tests.