Skip to content

Commit 4a494ee

Browse files
authored
cleanup: absolute links for google3 upkeep (#12277)
1 parent d1b9d94 commit 4a494ee

File tree

1 file changed

+6
-4
lines changed
  • google/cloud/opentelemetry/quickstart

1 file changed

+6
-4
lines changed

google/cloud/opentelemetry/quickstart/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ tracing for a Google Cloud Storage (GCS) client. The traces are collected and
55
sent to Cloud Trace.
66

77
This 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

1010
The quickstart also assumes the reader is familiar with how to build the Cloud
1111
Trace 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

Comments
 (0)