Skip to content

Commit

Permalink
Fix broken to OpenShift Pipelines documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
anithapriyanatarajan committed May 20, 2024
1 parent 106619f commit c3840cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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

0 comments on commit c3840cf

Please sign in to comment.