tektoncd / website

Tekton Website
https://tekton.dev
Apache License 2.0
63 stars 151 forks source link

Exposing Event Listeners Externally #360

Closed georgettica closed 2 years ago

georgettica commented 2 years ago

Expected Behavior

opening the link should point to a valid url that will give info on the provided issue

Actual Behavior

clicking in https://tekton.dev/vault/triggers-v0.6.1/exposing-eventlisteners/#using-openshift-route the link goes to a broken link

Additional Info

Add a cron to check validity of URL's in this repo

AlanGreene commented 2 years ago

@georgettica thanks for reporting the issue. The docs link you provided is for a very old release of Triggers (v0.6.1 release July 2020).

Assuming the broken link you're talking about is the one on that page to further information about the OpenShift Routes.

The latest version of that EventListener doc is available at https://tekton.dev/docs/triggers/eventlisteners/#exposing-an-eventlistener-using-openshift-route and points at more recent OpenShift resources which are still available.

georgettica commented 2 years ago

Hmm, didn't notice this was an old release, sorry!