From 1d4be955d9ca13e5be955088f9701f0f173deed0 Mon Sep 17 00:00:00 2001 From: Diego Latorre <111526365+diegolatorre116@users.noreply.github.com> Date: Thu, 20 Jun 2024 05:08:32 -0500 Subject: [PATCH] Delete link that does not belong to the exporters section (#4720) --- content/en/docs/languages/go/exporters.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/en/docs/languages/go/exporters.md b/content/en/docs/languages/go/exporters.md index 954b371fc866..3427285a88b8 100644 --- a/content/en/docs/languages/go/exporters.md +++ b/content/en/docs/languages/go/exporters.md @@ -76,9 +76,6 @@ To send trace data to an OTLP endpoint (like the [collector](/docs/collector) or Jaeger >= v1.35.0) you'll want to configure an OTLP exporter that sends to your endpoint. -To learn more on how to use the OTLP HTTP exporter, try the -[otel-collector example](https://github.com/open-telemetry/opentelemetry-go/tree/main/example/otel-collector) - ### OTLP traces over HTTP [`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp`](https://pkg.go.dev/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp)