From 874641499b14119536f3d97aa3d0184178a599fd Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Thu, 10 Aug 2023 13:18:31 -0700 Subject: [PATCH] [GCP Observability] Add missing link (#34026) --- examples/cpp/gcp_observability/helloworld/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/cpp/gcp_observability/helloworld/README.md b/examples/cpp/gcp_observability/helloworld/README.md index 333b86f2eb4..1bc60dec180 100644 --- a/examples/cpp/gcp_observability/helloworld/README.md +++ b/examples/cpp/gcp_observability/helloworld/README.md @@ -4,10 +4,11 @@ This example consists of a hello world client and a hello world server instrumented with GCP Observability for logs, metrics and tracing. Note that familiarity with the [basic hello world][] example is assumed. -Please refer to GCP's Microservices Observability user guide for setup +Please refer to GCP's [Microservices Observability user guide][] for setup instructions. [basic hello world]: https://grpc.io/docs/languages/cpp/quickstart +[Microservices Observability user guide]: https://cloud.google.com/stackdriver/docs/solutions/grpc ### Run the example with configuration