@@ -54,8 +54,8 @@ Tekton consists of the following components:
54
54
For example, you can trigger the instantiation and execution of a pipeline every time a PR is merged against a GitHub repository. You
55
55
can also build a user interface that launches specific Tekton triggers.
56
56
57
- - ** [ Tekton CLI] ( https://github.com/tektoncd/cli/blob/master /README.md ) ** provides a command-line interface called ` tkn ` , built on top
58
- of the Kubernetes CLI, that allows you to interact with Tekton.
57
+ - ** [ Tekton CLI] ( https://github.com/tektoncd/cli/blob/main /README.md ) ** provides a command-line interface called ` tkn ` , built on top
58
+ of the Kubernetes CLI, that allows you to interact with Tekton.
59
59
60
60
- ** [ Tekton Dashboard] ( https://github.com/tektoncd/dashboard/blob/master/README.md ) ** is a Web-based graphical interface for Tekton
61
61
Pipelines that displays information about the execution of your pipelines. It is currently a work-in-progress.
@@ -75,7 +75,7 @@ To install Tekton, you need a Kubernetes cluster running a
75
75
[ version of Kubernetes specified for the current Tekton release] ( https://github.com/tektoncd/pipeline/#want-to-start-using-pipelines ) .
76
76
Once installed, you can interact with Tekton using one of the following:
77
77
78
- - ** [ The tkn CLI] ( https://github.com/tektoncd/cli/blob/master /README.md ) ** , also known as the Tekton CLI, is the preferred command-line method
78
+ - ** [ The tkn CLI] ( https://github.com/tektoncd/cli/blob/main /README.md ) ** , also known as the Tekton CLI, is the preferred command-line method
79
79
for interacting with Tekton. ` tkn ` provides a quick and streamlined experience, including high-level commands and color coding. To use it,
80
80
you only need to be familiar with Tekton.
81
81
- ** [ The kubectl CLI] ( https://kubernetes.io/docs/reference/kubectl/overview/ ) ** , also known as the Kubernetes CLI, provides substantially more
0 commit comments