diff --git a/aspnetcore/includes/webApi/next.md b/aspnetcore/includes/webApi/next.md index 1e784249f6..2e04d699ea 100644 --- a/aspnetcore/includes/webApi/next.md +++ b/aspnetcore/includes/webApi/next.md @@ -1,6 +1,6 @@ ## Next steps -* [ASP.NET Web API Help Pages using Swagger](xref:tutorials/web-api-help-pages-using-swagger) +* [ASP.NET Core Web API Help Pages using Swagger](xref:tutorials/web-api-help-pages-using-swagger) * [Routing to Controller Actions](xref:mvc/controllers/routing) * For information about deploying your API, see [Publishing and Deployment](xref:publishing/index). * [View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/tutorials/first-web-api/sample). See [how to download](xref:tutorials/index#how-to-download-a-sample). diff --git a/aspnetcore/mvc/web-api/index.md b/aspnetcore/mvc/web-api/index.md index 23388f6efc..874ed1099f 100644 --- a/aspnetcore/mvc/web-api/index.md +++ b/aspnetcore/mvc/web-api/index.md @@ -15,7 +15,7 @@ ms.prod: asp.net-core # Building Web APIs * [Building your first Web API with ASP.NET Core MVC using Visual Studio](../../tutorials/first-web-api.md) -* [ASP.NET Web API Help Pages using Swagger](../../tutorials/web-api-help-pages-using-swagger.md) +* [ASP.NET Core Web API Help Pages using Swagger](../../tutorials/web-api-help-pages-using-swagger.md) * [Creating backend services for native mobile applications](../../mobile/native-mobile-backend.md) * [Formatting response data](../models/formatting.md) * [Custom formatters](../advanced/custom-formatters.md) diff --git a/aspnetcore/toc.md b/aspnetcore/toc.md index ccaf53fc13..520db91dca 100644 --- a/aspnetcore/toc.md +++ b/aspnetcore/toc.md @@ -68,7 +68,7 @@ ## [Creating backend services for mobile apps](mobile/native-mobile-backend.md) ## [Building Web APIs](mvc/web-api/index.md) ## [Create a Web API](xref:tutorials/first-web-api-mac) -### [ASP.NET Web API Help Pages using Swagger](tutorials/web-api-help-pages-using-swagger.md) +### [ASP.NET Core Web API Help Pages using Swagger](tutorials/web-api-help-pages-using-swagger.md) ### [Creating backend services for native mobile applications](mobile/native-mobile-backend.md) # [Fundamentals](fundamentals/index.md) diff --git a/aspnetcore/tutorials/index.md b/aspnetcore/tutorials/index.md index 643bcc4c16..88d949c30e 100644 --- a/aspnetcore/tutorials/index.md +++ b/aspnetcore/tutorials/index.md @@ -36,7 +36,7 @@ The following step-by-step guides for developing ASP.NET Core applications are a * [Create a Web API with ASP.NET Core and Visual Studio for Mac](xref:tutorials/first-web-api-mac) * [Create a Web API with ASP.NET Core and Visual Studio for Windows](first-web-api.md) * [Create a Web API with ASP.NET Core and Visual Studio Code](web-api-vsc.md) -* [ASP.NET Web API Help Pages using Swagger](web-api-help-pages-using-swagger.md) +* [ASP.NET Core Web API Help Pages using Swagger](web-api-help-pages-using-swagger.md) * [Creating backend web services for native mobile applications](../mobile/native-mobile-backend.md) ## Working with data diff --git a/aspnetcore/tutorials/web-api-help-pages-using-swagger.md b/aspnetcore/tutorials/web-api-help-pages-using-swagger.md index 20a9581021..2eefacec4b 100644 --- a/aspnetcore/tutorials/web-api-help-pages-using-swagger.md +++ b/aspnetcore/tutorials/web-api-help-pages-using-swagger.md @@ -12,7 +12,7 @@ ms.technology: aspnet ms.prod: asp.net-core uid: tutorials/web-api-help-pages-using-swagger --- -# ASP.NET Web API Help Pages using Swagger +# ASP.NET Core Web API Help Pages using Swagger