diff --git a/aspnetcore/tutorials/index.md b/aspnetcore/tutorials/index.md index 0541183d53..0f72d996d5 100644 --- a/aspnetcore/tutorials/index.md +++ b/aspnetcore/tutorials/index.md @@ -23,8 +23,9 @@ The following step-by-step guides for developing ASP.NET Core applications are a * [Create a Razor Pages web app with ASP.NET Core on Windows](xref:tutorials/razor-pages/index) * [Create a Razor Pages web app with ASP.NET Core on Mac](xref:tutorials/razor-pages-mac/index) * [Create a Razor Pages web app with ASP.NET Core with VS Code](xref:tutorials/razor-pages-vsc/index) -* [Create an ASP.NET Core app with Visual Studio on Windows](first-mvc-app/index.md) -* [Create an ASP.NET Core app with Visual Studio Code on Mac or Linux ](first-mvc-app-xplat/index.md) +* [Create an ASP.NET Core MVC web app with Visual Studio on Windows](first-mvc-app/index.md) +* [Create an ASP.NET Core MVC web app with Visual Studio on Mac](first-mvc-app-mac/index.md) +* [Create an ASP.NET Core MVC web app with Visual Studio Code on Mac or Linux ](first-mvc-app-xplat/index.md) * [Getting started with ASP.NET Core and Entity Framework Core using Visual Studio](../data/ef-mvc/index.md) * [Building projects with Yeoman](../client-side/yeoman.md) * [Authoring Tag Helpers](../mvc/views/tag-helpers/authoring.md)