tektoncd/pipeline

Links broken on https://tekton.dev/docs/pipelines/pipelines/ and in release-v0.50.x

Open

#7,192 opened on Oct 10, 2023

View on GitHub
 (3 comments) (0 reactions) (1 assignee)Go (1,943 forks)auto 404
Hacktoberfestgood first issuehelp wantedkind/bugkind/documentation

Repository metrics

Stars
 (9,013 stars)
PR merge metrics
 (PR metrics pending)

Description

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

  1. Read https://tekton.dev/docs/pipelines/pipelines/.
  2. Click all links and check which lead to 404 File not found..

Additional Info

  • Kubernetes version:

    Output of kubectl version:

N/A

  • Tekton Pipeline version:

    Output of tkn version or kubectl 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.

Contributor guide