Skip to content

Commit f1936e3

Browse files
Repair broken links (#36721)
* Fix broken links. * Update webapi.md with sample code link Linking to migration directory which contains >= .NET 6 samples for web api. --------- Co-authored-by: Wade Pickett <wpickett@microsoft.com>
1 parent c1f0d17 commit f1936e3

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)