From 8a8393882b1df6a71eebf6587dc0d823a42e1104 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Fri, 6 Jan 2023 05:08:53 -0600 Subject: [PATCH] Fix link (#28032) --- aspnetcore/blazor/hybrid/publish/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/hybrid/publish/index.md b/aspnetcore/blazor/hybrid/publish/index.md index cfb11e318f..78173ab7b4 100644 --- a/aspnetcore/blazor/hybrid/publish/index.md +++ b/aspnetcore/blazor/hybrid/publish/index.md @@ -26,4 +26,4 @@ Blazor Hybrid supports .NET MAUI, WPF, and Windows Forms. The publishing steps f ## Blazor-specific considerations -Blazor Hybrid apps require a :::no-loc text="Web View"::: on the host platform. For more information, see [Keep the :::no-loc text="Web View"::: current in deployed Blazor Hybrid apps](https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor/hybrid/security/security-considerations.md#keep-the-web-view-current-in-deployed-apps). +Blazor Hybrid apps require a :::no-loc text="Web View"::: on the host platform. For more information, see [Keep the :::no-loc text="Web View"::: current in deployed Blazor Hybrid apps](xref:blazor/hybrid/security/security-considerations#keep-the-web-view-current-in-deployed-apps).