From: https://knative.slack.com/archives/C93E33SN8/p1603222516244600
I'm trying to upgrade my cluster to 0.18.0 and it looks like the help page points to a couple of bad URLs:
Source page:
https://knative.dev/docs/install/any-kubernetes-cluster/
Dead Links:
https://github.com/knative/eventing-contrib/blob/v0.18.0/natss/config/broker/README.md
kubectl apply --filename https://github.com/knative/eventing-contrib/releases/download/v0.18.0/natss-channel.yaml (edited)
From search, there are probably other updates for docs besides NATSS since things moved from eventing-contrib to knative-sandbox:
blog/releases/announcing-knative-v0-18-release.md:- [#1574](https://github.com/knative/eventing-contrib/pull/1574) The Camel artifacts have moved to https://github.com/knative-sandbox/eventing-came
blog/releases/announcing-knative-v0-18-release.md:- [#1585](https://github.com/knative/eventing-contrib/pull/1585) The Ceph source artifacts have moved to https://github.com/knative-sandbox/eventin
blog/releases/announcing-knative-v0-18-release.md:- [#1583](https://github.com/knative/eventing-contrib/pull/1583) The CouchDB source artifacts have moved to https://github.com/knative-sandbox/even
blog/releases/announcing-knative-v0-18-release.md:- [#1573](https://github.com/knative/eventing-contrib/pull/1573) The GitHub artifacts have moved to https://github.com/knative-sandbox/eventing-git
blog/releases/announcing-knative-v0-18-release.md:- [#1584](https://github.com/knative/eventing-contrib/pull/1584) The GitLab source artifacts have moved to https://github.com/knative-sandbox/event
blog/releases/announcing-knative-v0-18-release.md:- [#1587](https://github.com/knative/eventing-contrib/pull/1587) The Natss artifacts have moved to https://github.com/knative-sandbox/eventing-nats
blog/releases/announcing-knative-v0-18-release.md:- [#1586](https://github.com/knative/eventing-contrib/pull/1586) The Prometheus source artifacts have moved to https://github.com/knative-sandbox/e
blog/releases/announcing-knative-v0-18-release.md:- [#1555](https://github.com/knative/eventing-contrib/pull/1555) Remove camel source from this repo. move it to https://github.com/knative-sandbox/
blog/releases/announcing-knative-v0-18-release.md:- [#3923](https://github.com/knative/eventing-contrib/pull/3923) versions of eventing.- resources from v1beta1 to v1
docs/eventing/channels/channels.yaml: Kafka Channel implementation, contributed by SAP's Kyma project, is a Knative Eventing implementation of a Kafka backed channel which provides advanced fu
docs/eventing/debugging/example.yaml: # https://github.com/knative/eventing-contrib/blob/v0.2.1/cmd/message_dumper/dumper.go.
docs/eventing/samples/apache-camel-source/README.md: [Eventing Sources release page](https://github.com/knative/eventing-contrib/releases):
docs/eventing/samples/container-source/README.md:Knative [event-sources](https://github.com/knative/eventing-contrib) has a
docs/eventing/samples/container-source/README.md:git clone -b "{{< branch >}}" https://github.com/knative/eventing-contrib.git
docs/eventing/samples/container-source/README.md:ko publish knative.dev/eventing-contrib/cmd/heartbeats
docs/eventing/samples/container-source/README.md: source: https://knative.dev/eventing-contrib/cmd/heartbeats/#event-test/mypod
docs/eventing/samples/container-source/README.md:[heartbeats](https://github.com/knative/eventing-contrib/blob/master/cmd/heartbeats/main.go)
docs/eventing/samples/container-source/heartbeats-source.yaml: # e.g. gcr.io/[gcloud-project]/knative.dev/eventing-contrib/cmd/heartbeats
docs/eventing/samples/container-source/heartbeats-source.yaml: - image: knative.dev/eventing-contrib/cmd/heartbeats
docs/eventing/samples/gitlab-source/README.md:GitLab Event source lives in the [knative/eventing-contrib](https://github.com/knative/eventing-contrib). Head to the releases page, find the latest re
docs/eventing/samples/gitlab-source/README.md:kubectl apply -f https://github.com/knative/eventing-contrib/releases/download/<RELEASE>/gitlab.yaml
A lot of the links still work. Should we be staging updates for when they cut stuff over? What about older releases, are those moving from eventing-contrib to knative-sandbox? My PR only fixed links that are currently broken.
Yeah I'm only fixing currently broken things. The other things I'll need to check with more technical folks, I'll get back to you.
No rush, thank you for the information.