diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 3ef3e6688..edb7252ef 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -47,7 +47,7 @@ This project extends Kubernetes (aka `k8s`) with Custom Resource Definitions - Install via [official installation docs](https://github.com/tektoncd/pipeline/blob/master/docs/install.md) or continue through [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/pipelines) - Define `Tasks`, `Pipelines`, and `PipelineResources`, see what happens when they are run @@ -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.