From d3addbbb02e6d837153c4041b6da31df82515207 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Fri, 23 Feb 2024 14:46:02 -0800 Subject: [PATCH] Update spa-templates-new-vs-old.md (#31900) --- aspnetcore/includes/spa-templates-new-vs-old.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/includes/spa-templates-new-vs-old.md b/aspnetcore/includes/spa-templates-new-vs-old.md index 41c77aecfd..c39d07eb54 100644 --- a/aspnetcore/includes/spa-templates-new-vs-old.md +++ b/aspnetcore/includes/spa-templates-new-vs-old.md @@ -22,4 +22,4 @@ The Visual Studio templates for building ASP.NET Core apps with a JavaScript or ## Legacy ASP.NET Core SPA templates -Earlier versions of the .NET SDK included what are now legacy templates for building SPA apps with ASP.NET Core. For documentation on these older templates, see the ASP.NET Core 7.0 version of the [SPA overview](xref:spa/intro?view=aspnetcore-7.0&preserve-view=true&tabs=netcore-cli) and the [Angular](xref:spa/angular?view=aspnetcore-7.0&preserve-view=true&tabs=netcore-cli) and [React](xref:spa/react?view=aspnetcore-7.0&preserve-view=true&tabs=netcore-cli) articles. +Earlier versions of the .NET SDK included what are now legacy templates for building SPA apps with ASP.NET Core. For documentation on these older templates, see the ASP.NET Core 7.0 version of the [SPA overview](xref:spa/intro?view=aspnetcore-7.0&preserve-view=true) and the [Angular](xref:spa/angular?view=aspnetcore-7.0&preserve-view=true&tabs=netcore-cli) and [React](xref:spa/react?view=aspnetcore-7.0&preserve-view=true&tabs=netcore-cli) articles.