From fc3694af1a1ae8232e1870154e67638b662d0e0b Mon Sep 17 00:00:00 2001 From: JanakaSandaruwan Date: Sun, 16 Nov 2025 21:08:24 +0530 Subject: [PATCH] Fix service endpoint URLs in deployment guides --- docs/getting-started/deploy-first-component.mdx | 2 +- docs/getting-started/quick-start-guide.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/deploy-first-component.mdx b/docs/getting-started/deploy-first-component.mdx index 44ec95cd..74db4688 100644 --- a/docs/getting-started/deploy-first-component.mdx +++ b/docs/getting-started/deploy-first-component.mdx @@ -74,7 +74,7 @@ Test the greeter service using curl: ```bash # Test the greeter service endpoint -curl http://greeter-service-development-a9f97fde-development.openchoreoapis.localhost:9080/greeter-service-development-a9f97fde/greeter/greet +curl http://development.openchoreoapis.localhost:9080/greeter-service/greeter/greet ``` You should receive a successful response: diff --git a/docs/getting-started/quick-start-guide.mdx b/docs/getting-started/quick-start-guide.mdx index 2cab8898..3ad705d9 100644 --- a/docs/getting-started/quick-start-guide.mdx +++ b/docs/getting-started/quick-start-guide.mdx @@ -102,7 +102,7 @@ The setup uses a preconfigured Dev Container that includes all required dependen ```text [SUCCESS] React Starter web application is ready! - 🌍 Access the application at: http://react-starter-development-c37e66d8-development.openchoreoapis.localhost:9080 + 🌍 Access the application at: http://react-starter-development.openchoreoapis.localhost:9080 Open this URL in your browser to see the React starter application. [INFO] To clean up and delete this application, run: