From b25f09dbed46737a05e1f8fde8b8274a07d16a17 Mon Sep 17 00:00:00 2001 From: Sam Handler Date: Fri, 18 Mar 2022 08:15:41 -0600 Subject: [PATCH] Remove link to exporters in opentelemetry-go-contrib --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 21c2a71612e..4e8639ec8cd 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,6 @@ All officially supported exporters for the OpenTelemetry project are contained i | [stdout](./exporters/stdout/) | ✓ | ✓ | | [Zipkin](./exporters/zipkin/) | | ✓ | -Additionally, OpenTelemetry community supported exporters can be found in the [contrib repository](https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/exporters). - ## Contributing See the [contributing documentation](CONTRIBUTING.md).