Open adelton opened 1 year ago
/kind documentation /good-first-issue /hacktoberfest
@pritidesai: This request has been marked as suitable for new contributors.
Please ensure the request meets the requirements listed here.
If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue
command.
/assign
Expected Behavior
On https://tekton.dev/docs/pipelines/pipelines/ there are links like
When clicking those links I'd like to be able to see the end-to-end examples.
Actual Behavior
Those links point to locations under https://github.com/tektoncd/pipeline/tree/release-v0.50.x/examples/v1beta1/pipelineruns and the YAML files linked are not present there.
Steps to Reproduce the Problem
Additional Info
Kubernetes version:
Output of
kubectl version
:N/A
Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
N/A
It seems that the source of the page at https://tekton.dev/docs/pipelines/pipelines/ might be https://github.com/tektoncd/pipeline/blob/release-v0.50.x/docs/pipelines.md ... and at least the three links mentioned above are broken in that branch as well.