Skip to content

Commit 4136699

Browse files
committed
fix links
1 parent 319184d commit 4136699

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aspnetcore/migration/fx-to-core/areas/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add an `appsettings.json` file to the root of the project using the appropriate
3333

3434
Our ASP.NET MVC project included the required database connection string in *web.config*, in the `<connectionStrings>` element. In our ASP.NET Core project, we are going to store this information in the `appsettings.json` file. Open `appsettings.json`, and note that it already includes the following:
3535

36-
[!code-json[](../migration/configuration/samples/WebApp1/src/WebApp1/appsettings.json?highlight=4)]
36+
[!code-json[](configuration/samples/WebApp1/src/WebApp1/appsettings.json?highlight=4)]
3737

3838
In the highlighted line depicted above, change the name of the database from **_CHANGE_ME** to the name of your database.
3939

aspnetcore/migration/fx-to-core/areas/webapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ This article demonstrates the steps required to migrate from ASP.NET 4.x Web API
193193
194194
## Prerequisites
195195

196-
[!INCLUDE [prerequisites](../includes/net-core-prereqs-vs-3.1.md)]
196+
[!INCLUDE [prerequisites](../../../includes/net-core-prereqs-vs-3.1.md)]
197197

198198
## Review ASP.NET 4.x Web API project
199199

aspnetcore/migration/fx-to-core/tooling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article shows how to upgrade ASP.NET Framework applications (MVC, Web API,
1414

1515

1616
> [!WARNING]
17-
> There is a Copilot-enabled tool for staying current on modern .NET, but is not currently enabled for migrating ASP.NET Frameworkt to ASP.NET Core. Please see the documentation for [GitHub Copilot app modernization - Upgrade for .NET](dotnet/core/porting/github-copilot-app-modernization-overview) for details.
17+
> There is a Copilot-enabled tool for staying current on modern .NET, but is not currently enabled for migrating ASP.NET Frameworkt to ASP.NET Core. Please see the documentation for [GitHub Copilot app modernization - Upgrade for .NET](/dotnet/core/porting/github-copilot-app-modernization-overview) for details.
1818
1919
## Prerequisites
2020

0 commit comments

Comments
 (0)