Skip to content

Commit

Permalink
docs: Update broken link to Otel JS Getting Started (#1302)
Browse files Browse the repository at this point in the history
To reflect the change of location [upstream]

[upstream]: open-telemetry/opentelemetry-js#2493
  • Loading branch information
MannyPamintuanWorkAccount authored Dec 13, 2021
1 parent b856aa0 commit f7702b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/opentelemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f7702b1

Please sign in to comment.