From 8e615d1ee6d18dd063ba70c6122beb611cfd6f15 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Tue, 20 Aug 2024 16:08:09 -0500 Subject: [PATCH] docs: fix README link to OpenTelemetry document --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58f0277..7bea246 100644 --- a/README.md +++ b/README.md @@ -1063,7 +1063,7 @@ public class Example { ### OpenTelemetry -This SDK supports producing metrics that can be consumed as part of an [OpenTelemetry](https://opentelemetry.io/) setup. For more information, please see [the documentation](https://github.com/openfga/java-sdk/blob/main/docs/opentelemetry.md) +This SDK supports producing metrics that can be consumed as part of an [OpenTelemetry](https://opentelemetry.io/) setup. For more information, please see [the documentation](https://github.com/openfga/java-sdk/blob/main/docs/OpenTelemetry.md) ## Contributing