Skip to content

Commit 3655360

Browse files
authored
Minor fix of readme (#2917)
1 parent 58752d5 commit 3655360

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

trace/cloud-trace-demo-app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Open this demo app in [Google Cloud Shell](https://cloud.google.com/shell/docs/)
55
We provide a public image for the services in this demo app. You could also build
66
your own following steps 4 - 6.
77

8-
[![Open Cloud Trace Demo APP in Cloud Shell](http://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/open?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=trace/cloud-trace-demo-app/README.md&cloudshell_tutorial=README.md)
8+
[![Open Cloud Trace Demo APP in Cloud Shell](http://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/open?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=trace/cloud-trace-demo-app/README.md&cloudshell_tutorial=trace/cloud-trace-demo-app/README.md)
99

1010
#### Demo Requirements
1111
If you are using Cloud Shell, skip to the next section.
@@ -42,7 +42,7 @@ If you are using the provided image, skip to the next section.
4242
`./setup.sh`
4343
12. Send request to the last service:
4444

45-
`curl $(kubectl get svc cloud-trace-demo-a -ojsonpath='{.status.loadBalancer.ingress[0].ip}')`
45+
`curl $(kubectl get svc cloud-trace-demo-c -ojsonpath='{.status.loadBalancer.ingress[0].ip}')`
4646
13. Visit [Trace List](https://pantheon.corp.google.com/traces/list) to check traces generated.
4747
Click on any trace in the graph to see the Waterfall View.
4848
![Screenshot](./example.png)

trace/cloud-trace-demo-app/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ kubectl apply -f app/demo-service-b.yaml
2727
rm app/demo-service-b.yaml
2828

2929
################## Set up service c ###########################
30-
echo "Fetching the external IP of the service b"
30+
echo "Fetching the external IP of service b"
3131
endpoint=""
3232
for run in {1..20}
3333
do

0 commit comments

Comments
 (0)