From 7b83df4900f23669e9ff9d6d912a91fdc2432fb9 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Wed, 13 Dec 2023 18:49:42 -0500 Subject: [PATCH] Add .NET docs crosslink (#31244) --- aspnetcore/blazor/tooling.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/aspnetcore/blazor/tooling.md b/aspnetcore/blazor/tooling.md index 1bbf8365b7..81c0d524d9 100644 --- a/aspnetcore/blazor/tooling.md +++ b/aspnetcore/blazor/tooling.md @@ -512,15 +512,8 @@ For more information on template options, see the following resources: :::moniker range=">= aspnetcore-8.0" - - * The *.NET default templates for dotnet new* article in the .NET Core documentation: + * [`blazor`](/dotnet/core/tools/dotnet-new-sdk-templates#blazor) * [`blazorwasm`](/dotnet/core/tools/dotnet-new-sdk-templates#blazorwasm) * Passing the help option (`-h` or `--help`) to the [`dotnet new`](/dotnet/core/tools/dotnet-new) CLI command in a command shell: * `dotnet new blazor -h`