From 9644fe8b7721cc781a3e30c2371272062e82b272 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Sun, 21 Jun 2020 14:17:54 -0500 Subject: [PATCH] Fix cross-link (#18891) --- aspnetcore/blazor/fundamentals/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/fundamentals/logging.md b/aspnetcore/blazor/fundamentals/logging.md index fbb0eaed4c..ffa4c71ed6 100644 --- a/aspnetcore/blazor/fundamentals/logging.md +++ b/aspnetcore/blazor/fundamentals/logging.md @@ -28,7 +28,7 @@ builder.Logging.AddProvider(new CustomLoggingProvider()); The `Logging` property is of type , so all of the extension methods available on are also available on `Logging`. -Logging configuration can be loaded from app settings files. For more information, see . +Logging configuration can be loaded from app settings files. For more information, see . ## Blazor Server