From b68f111c8dac16b6a204cb6782117bcdeabd1b3a Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Tue, 1 May 2018 08:33:25 -1000 Subject: [PATCH] Razor include, prefer RP to MVC (#6147) * Update razor.md * Update razor.md --- aspnetcore/includes/razor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/includes/razor.md b/aspnetcore/includes/razor.md index cbb0130871..0e20e1e426 100644 --- a/aspnetcore/includes/razor.md +++ b/aspnetcore/includes/razor.md @@ -4,4 +4,4 @@ This tutorial teaches ASP.NET Core MVC web development with controllers and view * Is easier to follow. * Covers more features. -If you choose this tutorial over the [Razor Pages](xref:tutorials/razor-pages/razor-pages-start) version, please leave a note explaining why. +If you choose this tutorial over the [Razor Pages](xref:tutorials/razor-pages/razor-pages-start) version, please tell us why in [this GitHub issue](https://github.com/aspnet/Docs/issues/6146).