diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 3307780b6..839000267 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