diff --git a/modules/ROOT/pages/getting-started-scenarios/microshift.adoc b/modules/ROOT/pages/getting-started-scenarios/microshift.adoc index 3f932cb..4dd8528 100644 --- a/modules/ROOT/pages/getting-started-scenarios/microshift.adoc +++ b/modules/ROOT/pages/getting-started-scenarios/microshift.adoc @@ -46,5 +46,5 @@ Wait for application pod to become ready and access application via route: [subs="+quotes,attributes"] ---- $ oc get routes -$ curl http://hello-crc-default.apps.crc.testing +$ curl http://hello-crc-default.apps-crc.testing ----