Skip to content

Commit acf8d10

Browse files
committed
Renaming branches: handling cli repository
Changing links to any reference to tektoncd/cli. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
1 parent 1a2e500 commit acf8d10

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

content/en/docs/Overview/_index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Tekton consists of the following components:
5454
For example, you can trigger the instantiation and execution of a pipeline every time a PR is merged against a GitHub repository. You
5555
can also build a user interface that launches specific Tekton triggers.
5656

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.
5959

6060
- **[Tekton Dashboard](https://github.com/tektoncd/dashboard/blob/master/README.md)** is a Web-based graphical interface for Tekton
6161
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
7575
[version of Kubernetes specified for the current Tekton release](https://github.com/tektoncd/pipeline/#want-to-start-using-pipelines).
7676
Once installed, you can interact with Tekton using one of the following:
7777

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
7979
for interacting with Tekton. `tkn` provides a quick and streamlined experience, including high-level commands and color coding. To use it,
8080
you only need to be familiar with Tekton.
8181
- **[The kubectl CLI](https://kubernetes.io/docs/reference/kubectl/overview/)**, also known as the Kubernetes CLI, provides substantially more

sync/config/cli.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ tags:
6666
docs:
6767
index: README.md
6868
include: ['*.md']
69-
- name: master
69+
- name: main
7070
# The name to display on tekton.dev.
7171
# helper.py will use this value in the version switcher and other places.
72-
displayName: master
72+
displayName: main
7373
# Dict of folders to sync
7474
folders:
7575
docs:

0 commit comments

Comments
 (0)