Skip to content

Commit

Permalink
Renaming branches: handling cli repository
Browse files Browse the repository at this point in the history
Changing links to any reference to tektoncd/cli.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester committed Mar 10, 2021
1 parent d6a5f9e commit 0677c64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/Overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Tekton consists of the following components:
For example, you can trigger the instantiation and execution of a pipeline every time a PR is merged against a GitHub repository. You
can also build a user interface that launches specific Tekton triggers.

- **[Tekton CLI](https://github.com/tektoncd/cli/blob/master/README.md)** provides a command-line interface called `tkn`, built on top
of the Kubernetes CLI, that allows you to interact with Tekton.
- **[Tekton CLI](https://github.com/tektoncd/cli/blob/main/README.md)** provides a command-line interface called `tkn`, built on top
of the Kubernetes CLI, that allows you to interact with Tekton.

- **[Tekton Dashboard](https://github.com/tektoncd/dashboard/blob/main/README.md)** is a Web-based graphical interface for Tekton
Pipelines that displays information about the execution of your pipelines. It is currently a work-in-progress.
Expand All @@ -75,7 +75,7 @@ To install Tekton, you need a Kubernetes cluster running a
[version of Kubernetes specified for the current Tekton release](https://github.com/tektoncd/pipeline/#want-to-start-using-pipelines).
Once installed, you can interact with Tekton using one of the following:

- **[The tkn CLI](https://github.com/tektoncd/cli/blob/master/README.md)**, also known as the Tekton CLI, is the preferred command-line method
- **[The tkn CLI](https://github.com/tektoncd/cli/blob/main/README.md)**, also known as the Tekton CLI, is the preferred command-line method
for interacting with Tekton. `tkn` provides a quick and streamlined experience, including high-level commands and color coding. To use it,
you only need to be familiar with Tekton.
- **[The kubectl CLI](https://kubernetes.io/docs/reference/kubectl/overview/)**, also known as the Kubernetes CLI, provides substantially more
Expand Down
4 changes: 2 additions & 2 deletions sync/config/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ tags:
docs:
index: README.md
include: ['*.md']
- name: master
- name: main
# The name to display on tekton.dev.
# helper.py will use this value in the version switcher and other places.
displayName: master
displayName: main
# Dict of folders to sync
folders:
docs:
Expand Down

0 comments on commit 0677c64

Please sign in to comment.