diff --git a/modules/apiserversource-kn.adoc b/modules/apiserversource-kn.adoc index 1e34e87fbd00..4de46f6731a9 100644 --- a/modules/apiserversource-kn.adoc +++ b/modules/apiserversource-kn.adoc @@ -34,7 +34,7 @@ $ kn trigger create event-display-trigger --sink svc:event-display . Create events by launching a pod in the default namespace. You can do this by entering the following command: + ---- -$ oc create deployment hello-node --image=gcr.io/hello-minikube-zero-install/hello-node +$ oc create deployment hello-node --image=quay.io/openshift-knative/knative-eventing-sources-event-display ---- . Check that the controller is mapped correctly by entering the following command and inspecting the output: diff --git a/modules/apiserversource-yaml.adoc b/modules/apiserversource-yaml.adoc index af994c9cef3a..9889869f2b8f 100644 --- a/modules/apiserversource-yaml.adoc +++ b/modules/apiserversource-yaml.adoc @@ -148,7 +148,7 @@ $ oc apply --filename trigger.yaml . Create events by launching a pod in the default namespace. You can do this by entering the following command: + ---- -$ oc create deployment hello-node --image=gcr.io/hello-minikube-zero-install/hello-node +$ oc create deployment hello-node --image=quay.io/openshift-knative/knative-eventing-sources-event-display ---- . Check that the controller is mapped correctly by entering the following command and inspecting the output: