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