diff --git a/docs/eventing/debugging/example.yaml b/docs/eventing/debugging/example.yaml index fd6a69fc50c..6c05cb5f02d 100644 --- a/docs/eventing/debugging/example.yaml +++ b/docs/eventing/debugging/example.yaml @@ -95,9 +95,7 @@ spec: spec: containers: - name: user-container - # This corresponds to - # https://github.com/knative/eventing-contrib/blob/v0.2.1/cmd/message_dumper/dumper.go. - image: gcr.io/knative-releases/knative.dev/eventing-sources/cmd/message_dumper + image: gcr.io/knative-releases/knative.dev/eventing-contrib/cmd/event_display ports: - containerPort: 8080 diff --git a/docs/eventing/samples/helloworld/helloworld-python/README.md b/docs/eventing/samples/helloworld/helloworld-python/README.md index cbea46df02b..b1ed3d29bdd 100644 --- a/docs/eventing/samples/helloworld/helloworld-python/README.md +++ b/docs/eventing/samples/helloworld/helloworld-python/README.md @@ -260,7 +260,7 @@ Helloworld-python app logs the context and the msg of the above event, and repli spec: containers: - name: helloworld-python - image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/event_display + image: gcr.io/knative-releases/knative.dev/eventing-contrib/cmd/event_display --- # Service that exposes event-display app. # This will be the subscriber for the Trigger diff --git a/docs/eventing/samples/iot-core/trigger.yaml b/docs/eventing/samples/iot-core/trigger.yaml index faa5c5897b4..466c6741f21 100644 --- a/docs/eventing/samples/iot-core/trigger.yaml +++ b/docs/eventing/samples/iot-core/trigger.yaml @@ -23,6 +23,4 @@ spec: template: spec: containers: - - # This corresponds to - # https://github.com/knative/eventing-contrib/blob/release-0.5/cmd/event_display/main.go - image: gcr.io/knative-releases/knative.dev/eventing-sources/cmd/event_display + image: gcr.io/knative-releases/knative.dev/eventing-contrib/cmd/event_display