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`