Skip to content

Commit e7d4f38

Browse files
authored
Merge pull request #111524 from lgayhardt/appinsightstelecorr0420
App Insights Correlation broken link fix
2 parents 5aa1e2d + 7e41fd5 commit e7d4f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/correlation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Over time, .NET has defined several ways to correlate telemetry and diagnostics
310310
311311
But those methods didn't enable automatic distributed tracing support. `DiagnosticSource` supports automatic cross-machine correlation. .NET libraries support `DiagnosticSource` and allow automatic cross-machine propagation of the correlation context via the transport, such as HTTP.
312312
313-
The [Activity User Guide](https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md) in `DiagnosticSource` explains the basics of tracking activities.
313+
The [Activity User Guide](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md) in `DiagnosticSource` explains the basics of tracking activities.
314314
315315
ASP.NET Core 2.0 supports extraction of HTTP headers and starting new activities.
316316

0 commit comments

Comments
 (0)