Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started/deploy-first-component.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/quick-start-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down