From cd991bc3b641ad4f40d1e3abb56a2976f7ebd105 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Wed, 30 Aug 2017 18:57:34 -0700 Subject: [PATCH] Update index.md (#4154) --- aspnetcore/tutorials/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)