From 7278d83ef15d9df121167730436a4959c574e5b5 Mon Sep 17 00:00:00 2001 From: davidmandle Date: Tue, 27 Sep 2022 18:24:54 -0700 Subject: [PATCH] Fix typo in package name in documentation. (#1636) This is a minor fix of a typo in the dependencies documentation.`@io_opentelemetry_cpp/api:with_abseil` is not a valid Bazel target name, it should instead be @io_opentelemetry_cpp//api:with_abseil. --- docs/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dependencies.md b/docs/dependencies.md index 4cd4d39a5f..d6a3449adb 100644 --- a/docs/dependencies.md +++ b/docs/dependencies.md @@ -31,7 +31,7 @@ Both these dependencies are listed here: License` - Uses Abseil C++ Library for `absl::variant` as default `nostd::variant` if `WITH_ABSEIL` cmake option or - `--@io_opentelemetry_cpp/api:with_abseil=true` (aka + `--@io_opentelemetry_cpp//api:with_abseil=true` (aka `--//api:with_abseil=true`) bazel option is enabled. License: `Apache License 2.0`