From c34e9b89a8b9f4d4b8f8e10610fae3225f62ff56 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Wed, 3 Feb 2021 12:29:33 +0100 Subject: [PATCH] =?UTF-8?q?Update=20cli=20reference=20from=20master=20to?= =?UTF-8?q?=20main=20=F0=9F=A7=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This updates any reference of cli repository to target the main branch instead of the master branch. Signed-off-by: Vincent Demeester --- roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roadmap.md b/roadmap.md index 2283378b2..d041ed0f7 100644 --- a/roadmap.md +++ b/roadmap.md @@ -9,7 +9,7 @@ This doc describes Tekton's mission and the 2020 roadmap. - [Triggers](https://github.com/tektoncd/triggers/blob/main/roadmap.md) - [Catalog](https://github.com/tektoncd/catalog/blob/master/roadmap.md) - [Dashboard](https://github.com/tektoncd/dashboard/blob/main/roadmap.md) - - [CLI](https://github.com/tektoncd/cli/blob/master/ROADMAP.md) + - [CLI](https://github.com/tektoncd/cli/blob/main/ROADMAP.md) ## Mission and Vision @@ -61,4 +61,4 @@ result in the creation of new projects! * Documentation, tools, examples for how to handle specific problems using Tekton * Best practice getting started example repo(s) * E.g. being able to answer questions like “I want to setup a CI pipeline for my repo using Tekton, - how do I do that in two steps?” \ No newline at end of file + how do I do that in two steps?”