Skip to content

Commit 54b3422

Browse files
authored
Merge pull request #36724 from dotnet/main
Merge to Live
2 parents 2f75045 + f1936e3 commit 54b3422

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • aspnetcore/migration/fx-to-core/areas

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The migrated `ProductsController` contains the following highlighted attributes:
176176

177177
Run the migrated project, and browse to `/api/products`. For example: https://localhost:`<port>`/api/products. A full list of three products appears. Browse to `/api/products/1`. The first product appears.
178178
179-
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/migration/webapi/sample/) ([how to download](xref:fundamentals/index#how-to-download-a-sample))
179+
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/migration/) ([how to download](xref:fundamentals/index#how-to-download-a-sample))
180180
181181
## Additional resources
182182

@@ -189,8 +189,6 @@ Run the migrated project, and browse to `/api/products`. For example: https://l
189189
:::moniker range="< aspnetcore-6.0"
190190
This article demonstrates the steps required to migrate from ASP.NET 4.x Web API to ASP.NET Core MVC.
191191

192-
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/migration/webapi/sample) ([how to download](xref:fundamentals/index#how-to-download-a-sample))
193-
194192
## Prerequisites
195193

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

0 commit comments

Comments
 (0)