Skip to content

Commit 798967d

Browse files
authored
Fix broken links (#152)
1 parent 5006993 commit 798967d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ For the complete list of supported frameworks, please refer to the [OpenTelemetr
2525

2626
The [OpenTelemetry Java SDK](https://github.com/open-telemetry/opentelemetry-java) provides knobs
2727
for configuring aspects using Java [SPI](https://docs.oracle.com/javase/tutorial/sound/SPI-intro.html).
28-
This configuration includes being able to reconfigure the [IdsGenerator](https://github.com/open-telemetry/opentelemetry-java/blob/master/sdk/tracing/src/main/java/io/opentelemetry/sdk/trace/IdsGenerator.java)
28+
This configuration includes being able to reconfigure the [IdsGenerator](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/ed5c91ea2ea0cfd36b77c1f871c540ceba1c057b/aws-xray/src/main/java/io/opentelemetry/contrib/awsxray/AwsXrayIdGenerator.java)
2929
which we need to support X-Ray compatible trace IDs. Because the SDK uses SPI, it is sufficient for
3030
the custom implementation to be on the classpath to be recognized. The AWS distribution of the
3131
OpenTelemetry Java Agent repackages the upstream agent by simply adding our SPI implementation for
32-
reconfiguring the ID generator. In addition, it includes [AWS resource providers](https://github.com/open-telemetry/opentelemetry-java/tree/master/sdk_extensions/aws_v1_support)
32+
reconfiguring the ID generator. In addition, it includes [AWS resource providers](https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/aws/src/main/java/io/opentelemetry/sdk/extension/aws/resource)
3333
by default, and it sets a system property to configure the agent to use multiple trace ID propagators,
3434
defaulting to maximum interoperability.
3535

0 commit comments

Comments
 (0)