From e29acc730abe8b4d199c60bd910cb4cde8fc6ba1 Mon Sep 17 00:00:00 2001 From: ak-75 Date: Tue, 2 Dec 2025 12:59:02 -0800 Subject: [PATCH] Update microshift.adoc updated apps-crc vs apps.crc --- modules/ROOT/pages/getting-started-scenarios/microshift.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----