Skip to content

Commit 250c391

Browse files
authored
Fix aws-lambda url in java layer README.md (#1760)
1 parent 3213cbe commit 250c391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For more information about the idea behind this optimization, you can check the
4141

4242
### Wrapper
4343

44-
[OpenTelemetry Lambda Instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/aws-lambda-1.0/library)
44+
[OpenTelemetry Lambda Instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/aws-lambda)
4545
and [OpenTelemetry SDK](https://github.com/open-telemetry/opentelemetry-java) are bundled into the
4646
`java/lib` directory to be available on the classpath of the Lambda function. No code change is
4747
needed to instrument the execution of your function, but you will need to set the `AWS_LAMBDA_EXEC_WRAPPER`

0 commit comments

Comments
 (0)