Description of problem: The example repo in eap-cd-openshift imagestream description is https://github.com/jbossas/eap-quickstarts/openshift which returns 404. it should point to https://github.com/jboss-developer/jboss-eap-quickstarts like other eap imagestream. Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1.oc describe is eap-cd-openshift -n openshift 2.click https://github.com/jbossas/eap-quickstarts/openshift 3. Actual results: The example repo link return 404: $ oc describe is eap-cd-openshift -n openshift Name: eap-cd-openshift Namespace: openshift Created: 2 days ago Labels: <none> Annotations: openshift.io/display-name=JBoss EAP continuous delivery openshift.io/image.dockerRepositoryCheck=2018-09-07T19:19:03Z openshift.io/provider-display-name=Red Hat, Inc. version=13.0 Docker Pull Spec: docker-registry.default.svc:5000/openshift/eap-cd-openshift Image Lookup: local=false Unique Images: 2 Tags: 5 latest tagged from registry.redhat.io/jboss-eap-7-tech-preview/eap-cd-openshift:latest prefer registry pullthrough when referencing this tag JBoss EAP continuous delivery Tech Preview S2I Image Tags: builder, eap, javaee, java, jboss, hidden Supports: eap:7.2, javaee:7, java:8 Example Repo: https://github.com/jbossas/eap-quickstarts/openshift * registry.redhat.io/jboss-eap-7-tech-preview/eap-cd-openshift@sha256:a1eb1ba3b93c2c16a9493f3ca94e855cf51f785e5f59a1ce6dffc696ee49c661 2 days ago Expected results: It should be replaced by https://github.com/jboss-developer/jboss-eap-quickstarts. Additional info: