Skip to content

Commit

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

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Feb 3, 2021
1 parent 1a2e500 commit dc56a83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/Overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Tekton consists of the following components:
defines a set of Kubernetes [Custom Resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
that act as building blocks from which you can assemble CI/CD pipelines.

- **[Tekton Triggers](https://github.com/tektoncd/triggers/blob/master/README.md)** allows you to instantiate pipelines based on events.
- **[Tekton Triggers](https://github.com/tektoncd/triggers/blob/main/README.md)** allows you to instantiate pipelines based on events.
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.
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.
Expand Down
4 changes: 2 additions & 2 deletions sync/config/triggers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ tags:
- '*.md'
- create-ingress.yaml
- create-webhook.yaml
- 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 dc56a83

Please sign in to comment.