From 21de79a574691d335590e15f45e57deb14df65b7 Mon Sep 17 00:00:00 2001 From: Dewan Ahmed <30604461+dewan-ahmed@users.noreply.github.com> Date: Fri, 7 Feb 2020 10:27:50 -0500 Subject: [PATCH] Update tutorial.md --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index cd88d1b2ce1..f5d37ef80e9 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -9,7 +9,7 @@ This tutorial will walk you through creating and running some simple - [Creating a hello world `Task`](#task) - [Creating a hello world `Pipeline`](#pipeline) -Before starting this tutorial, please install the [Tekton CLI](https://github.com/tektoncd/cli) and the [latest Tekton release](https://github.com/tektoncd/pipeline/blob/master/docs/install.md#installing-tekton-pipelines) +Before starting this tutorial, please install the [Tekton CLI](https://github.com/tektoncd/cli) and the [latest Tekton release](https://github.com/tektoncd/pipeline/blob/master/docs/install.md#installing-tekton-pipelines). For more details on using `Pipelines`, see [our usage docs](README.md).