@@ -5,13 +5,13 @@ tracing for a Google Cloud Storage (GCS) client. The traces are collected and
55sent to Cloud Trace.
66
77This quickstart assumes the reader is familiar with how to build and use the GCS
8- client. If not, see the [ GCS quickstart] ( /google/cloud/storage/ quickstart) .
8+ client. If not, see the [ GCS quickstart] [ quickstart-storage ] .
99
1010The quickstart also assumes the reader is familiar with how to build the Cloud
1111Trace C++ client library. If not, see the
12- [ Cloud Trace quickstart] ( /google/cloud/trace/ quickstart) . Note, for example,
13- that the Cloud Trace Exporter requires dependencies on gRPC and Protobuf, which
14- the GCS client does not.
12+ [ Cloud Trace quickstart] [ quickstart-trace ] . Note, for example, that the Cloud
13+ Trace Exporter requires dependencies on gRPC and Protobuf, which the GCS client
14+ does not.
1515
1616## The Quickstart
1717
@@ -204,4 +204,6 @@ set GRPC_DEFAULT_SSL_ROOTS_FILE_PATH=%cd%\roots.pem
204204[ opentelemetry-cpp-install ] : https://github.com/open-telemetry/opentelemetry-cpp/INSTALL.md
205205[ opentelemetry-cpp-v1-9-0 ] : https://github.com/open-telemetry/opentelemetry-cpp/releases/tag/v1.9.0
206206[ packaging guide ] : https://github.com/googleapis/google-cloud-cpp/blob/main/doc/packaging.md
207+ [ quickstart-storage ] : https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/storage/quickstart
208+ [ quickstart-trace ] : https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/trace/quickstart
207209[ view traces overview ] : https://cloud.google.com/trace/docs/trace-overview
0 commit comments