tektoncd/pipeline

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

Offen

#7.192 geöffnet am 10.10.2023

 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Go (1.943 Forks)auto 404
Hacktoberfestgood first issuehelp wantedkind/bugkind/documentation

Repository-Metriken

Stars
 (9.013 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 9T 3h) (137 gemergte PRs in 30 T)

Beschreibung

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