From 7ab23aeea575fbfb76bb3a6614a79d510466eb41 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 21 Jul 2022 05:14:03 -0500 Subject: [PATCH] Remove duplicated words (#26496) --- aspnetcore/migration/proper-to-2x/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/migration/proper-to-2x/index.md b/aspnetcore/migration/proper-to-2x/index.md index a8e02adb00..f81146120f 100644 --- a/aspnetcore/migration/proper-to-2x/index.md +++ b/aspnetcore/migration/proper-to-2x/index.md @@ -12,7 +12,7 @@ By [Isaac Levin](https://isaaclevin.com) This article serves as a reference guide for migrating ASP.NET apps to ASP.NET Core. -The [.NET Upgrade Assistant](https://dotnet.microsoft.com/en-us/platform/upgrade-assistant) is a is a command-line tool that can help migrate ASP.NET to ASP.NET Core. For more information, see [Overview of the .NET Upgrade Assistant](/dotnet/architecture/porting-existing-aspnet-apps/) and [Upgrade an ASP.NET MVC app to .NET 6 with the .NET Upgrade Assistant](/dotnet/core/porting/upgrade-assistant-aspnetmvc). +The [.NET Upgrade Assistant](https://dotnet.microsoft.com/en-us/platform/upgrade-assistant) is a command-line tool that can help migrate ASP.NET to ASP.NET Core. For more information, see [Overview of the .NET Upgrade Assistant](/dotnet/architecture/porting-existing-aspnet-apps/) and [Upgrade an ASP.NET MVC app to .NET 6 with the .NET Upgrade Assistant](/dotnet/core/porting/upgrade-assistant-aspnetmvc). See the ebook [Porting existing ASP.NET apps to .NET Core](https://aka.ms/aspnet-porting-ebook) for a comprehensive porting guide.