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

[main] Fix broken link to OpenShift Pipeline documentation #2162

Merged
merged 1 commit into from
May 20, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,11 @@ spec:
- Tekton Results (tech-preview): v0.10.0

## Getting Started
In order to get familiar with _OpenShift Pipelines_ concepts and create your first pipeline, follow the [OpenShift Pipelines Docs](https://docs.openshift.com/container-platform/OPENSHIFT_DOCS_VERSION/cicd/pipelines/creating-applications-with-cicd-pipelines.html).

In order to get familiar with _OpenShift Pipelines_ concepts and create your first pipeline, follow the [OpenShift Pipelines Docs](https://docs.openshift.com/pipelines/OPENSHIFT_PIPELINES_MINOR_VERSION/create/creating-applications-with-cicd-pipelines.html).

## CLI (tkn)

Tekton Pipelines cli project provides a CLI (tkn) for interacting with OpenShift Pipelines.

[Download tkn](/command-line-tools) (links will be available on `command line tools` page after this operator is installed).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,11 @@ spec:
- Tekton Results (tech-preview): {{ with index .Versions "results"}}{{ .Version }}{{end}}

## Getting Started
In order to get familiar with _OpenShift Pipelines_ concepts and create your first pipeline, follow the [OpenShift Pipelines Docs](https://docs.openshift.com/container-platform/OPENSHIFT_DOCS_VERSION/cicd/pipelines/creating-applications-with-cicd-pipelines.html).

In order to get familiar with _OpenShift Pipelines_ concepts and create your first pipeline, follow the [OpenShift Pipelines Docs](https://docs.openshift.com/pipelines/OPENSHIFT_PIPELINES_MINOR_VERSION/create/creating-applications-with-cicd-pipelines.html).

## CLI (tkn)

Tekton Pipelines cli project provides a CLI (tkn) for interacting with OpenShift Pipelines.

[Download tkn](/command-line-tools) (links will be available on `command line tools` page after this operator is installed).
Expand Down