Skip to content

Commit 8e96fd3

Browse files
JanakaSandaruwanMirage20
authored andcommitted
Fix service endpoint URLs in deployment guides
1 parent 6901afe commit 8e96fd3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/getting-started/deploy-first-component.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Test the greeter service using curl:
7474

7575
```bash
7676
# Test the greeter service endpoint
77-
curl http://greeter-service-development-a9f97fde-development.openchoreoapis.localhost:9080/greeter-service-development-a9f97fde/greeter/greet
77+
curl http://development.openchoreoapis.localhost:9080/greeter-service/greeter/greet
7878
```
7979

8080
You should receive a successful response:

docs/getting-started/quick-start-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The setup uses a preconfigured Dev Container that includes all required dependen
102102

103103
```text
104104
[SUCCESS] React Starter web application is ready!
105-
🌍 Access the application at: http://react-starter-development-c37e66d8-development.openchoreoapis.localhost:9080
105+
🌍 Access the application at: http://react-starter-development.openchoreoapis.localhost:9080
106106
Open this URL in your browser to see the React starter application.
107107

108108
[INFO] To clean up and delete this application, run:

0 commit comments

Comments
 (0)