From d2f35361dc58616725e3a879053a502f336016bb Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Fri, 11 Oct 2019 08:28:04 -1000 Subject: [PATCH] Update adding-view.md (#15021) --- aspnetcore/tutorials/first-mvc-app/adding-view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/first-mvc-app/adding-view.md b/aspnetcore/tutorials/first-mvc-app/adding-view.md index b8a5d9238e..a791fdbb72 100644 --- a/aspnetcore/tutorials/first-mvc-app/adding-view.md +++ b/aspnetcore/tutorials/first-mvc-app/adding-view.md @@ -81,7 +81,7 @@ Select the menu links (**MvcMovie**, **Home**, and **Privacy**). Each page shows ## Change the title, footer, and menu link in the layout file -Replace the content of the *Views\Shared\_Layout.cshtml* file with the following markup. The changes are highlighted: +Replace the content of the *Views/Shared/_Layout.cshtml* file with the following markup. The changes are highlighted: [!code-html[](~/tutorials/first-mvc-app/start-mvc/sample/MvcMovie3/Views/Shared/_Layout.cshtml?highlight=6,14,40)]