From 5bf1f48e80f1fba149b447c25e7e42294d868d7c Mon Sep 17 00:00:00 2001 From: Sam <370182+plantfansam@users.noreply.github.com> Date: Fri, 18 Mar 2022 10:01:52 -0600 Subject: [PATCH] Remove link to exporters in opentelemetry-go-contrib (#2683) --- 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).