From 9c2614b021c59f5a3311771f48fc0653c5724156 Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Tue, 22 Oct 2024 13:30:23 -0500 Subject: [PATCH] fix: Fix broken README docs link (#138) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a878f9d..e952b55 100644 --- a/README.md +++ b/README.md @@ -1038,7 +1038,7 @@ Class | Method | HTTP request | Description ### 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/go-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/go-sdk/blob/main/docs/OpenTelemetry.md) ## Contributing