From 4fa71f1778308383ac8a241632da06d358651491 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Fri, 23 Feb 2024 14:08:29 -0800 Subject: [PATCH] Fix link --- 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 1729e14cee..41c77aecfd 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/angular?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&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.