Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Tekton installation reference URL #449

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/v0.7.0/tutorials/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ easily create tekton taskruns.

For this tutorial you will need a kubernetes cluster with Cartographer and Tekton installed. You can find
[Cartographer's installation instructions here](https://github.com/vmware-tanzu/cartographer#installation) and
[Tekton's installation instructions are here](https://github.com/pivotal/kpack/blob/main/docs/install.md).
[Tekton's installation instructions are here](https://github.com/tektoncd/pipeline/blob/main/docs/install.md).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a more human readable location:

Suggested change
[Tekton's installation instructions are here](https://github.com/tektoncd/pipeline/blob/main/docs/install.md).
[Tekton's installation instructions are here](https://tekton.dev/docs/pipelines/install/).


Alternatively, you may choose to use the
[./hack/setup.sh](https://github.com/vmware-tanzu/cartographer/blob/main/hack/setup.sh) script to install a kind cluster
Expand Down