From f7702b13e11a5351457eb41db932b2bcd5c7703e Mon Sep 17 00:00:00 2001 From: Manny <90020131+MannyPamintuanAtCare@users.noreply.github.com> Date: Mon, 13 Dec 2021 12:10:23 -0600 Subject: [PATCH] docs: Update broken link to Otel JS Getting Started (#1302) To reflect the change of location [upstream] [upstream]: https://github.com/open-telemetry/opentelemetry-js/pull/2493 --- docs/source/opentelemetry.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/opentelemetry.mdx b/docs/source/opentelemetry.mdx index ff9f41441..00b6c12a6 100644 --- a/docs/source/opentelemetry.mdx +++ b/docs/source/opentelemetry.mdx @@ -208,7 +208,7 @@ Our example telemetry configuration assumes that Zipkin is running locally, and To prepare for production, we probably at least want to conditionally set the `url` option for the `ZipkinExporter` and replace our `SimpleSpanProcessor` with a `BatchSpanProcessor`. -You can learn more about the settings available to these and other OpenTelemetry objects in the [getting started guide](https://github.com/open-telemetry/opentelemetry-js/tree/main/getting-started). +You can learn more about the settings available to these and other OpenTelemetry objects in the [getting started guide](https://opentelemetry.io/docs/instrumentation/js/getting-started/). ## GraphQL-specific spans