You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
Copy file name to clipboardExpand all lines: aspnetcore/migration/fx-to-core/areas/webapi.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ The migrated `ProductsController` contains the following highlighted attributes:
176
176
177
177
Runthemigratedproject, andbrowseto `/api/products`. Forexample: https://localhost:`<port>`/api/products. A full list of three products appears. Browse to `/api/products/1`. The first product appears.
178
178
179
-
[Viewordownloadsamplecode](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/migration/webapi/sample/) ([how to download](xref:fundamentals/index#how-to-download-a-sample))
179
+
[Viewordownloadsamplecode](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/migration/) ([how to download](xref:fundamentals/index#how-to-download-a-sample))
180
180
181
181
## Additional resources
182
182
@@ -189,8 +189,6 @@ Run the migrated project, and browse to `/api/products`. For example: https://l
[Viewordownloadsamplecode](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/migration/webapi/sample) ([how to download](xref:fundamentals/index#how-to-download-a-sample))
0 commit comments