Skip to content

Commit 426c987

Browse files
committed
Fix URL in .NET doc
1 parent 45d02f9 commit 426c987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/getting-started/dotnet-sdk/auto-instr.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ automatically when your applicaiton start. For many cases, this is all you need
5050

5151
### Configuring Auto-Instrumentation
5252

53-
By default ADOT .NET auto-Instrumentation uses the [OTLP exporter](https://github.com/open-telemetry/opentelemetry-.NET/tree/master/exporters/otlp)
53+
By default ADOT .NET auto-Instrumentation uses the [OTLP exporter](https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Exporter.OpenTelemetryProtocol)
5454
and is configured to send data to a [OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector/blob/master/receiver/otlpreceiver/README.md)
5555
at `http://localhost:4317` for both metrics and traces.
5656

0 commit comments

Comments
 (0)