From db9bda0d7c8bfc03c6a17a7bfbd6901ebfd37a44 Mon Sep 17 00:00:00 2001 From: Luis Nell Date: Tue, 28 Jan 2020 11:34:08 +0100 Subject: [PATCH] Updates system.diagnostic activity guide link --- AspNetCoreMvc/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AspNetCoreMvc/appsettings.json b/AspNetCoreMvc/appsettings.json index 177853e..c16c855 100644 --- a/AspNetCoreMvc/appsettings.json +++ b/AspNetCoreMvc/appsettings.json @@ -9,7 +9,7 @@ // Opt-in for payload submission "IncludeRequestPayload": true, // Whether to add System.Diagnostics.Activity data to the event:: - // For more: https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md + // For more: https://github.com/dotnet/runtime/blob/master/src/libraries/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md "IncludeActivityData": true, "Logging": { // Record any message with this level or higher as a breadcrumb (default is Information)