diff --git a/src/OpenTelemetry.Instrumentation.AspNetCore/README.md b/src/OpenTelemetry.Instrumentation.AspNetCore/README.md index 5345f69d0f7..d27566f0419 100644 --- a/src/OpenTelemetry.Instrumentation.AspNetCore/README.md +++ b/src/OpenTelemetry.Instrumentation.AspNetCore/README.md @@ -149,7 +149,7 @@ services.AddOpenTelemetryTracing((builder) => }; }) }); - +``` [Processor](../../docs/trace/extending-the-sdk/README.md#processor), is the general extensibility point to add additional properties to any activity.