From cc3f44fb42a92e28fb2310fd372c7195362525da Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Tue, 12 Dec 2017 09:28:18 -1000 Subject: [PATCH] Update razor-pages-start.md (#4975) * Update razor-pages-start.md * Make download text consistent with other docs --- aspnetcore/tutorials/razor-pages/razor-pages-start.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aspnetcore/tutorials/razor-pages/razor-pages-start.md b/aspnetcore/tutorials/razor-pages/razor-pages-start.md index d87e7e6d02..adf0c4acd4 100644 --- a/aspnetcore/tutorials/razor-pages/razor-pages-start.md +++ b/aspnetcore/tutorials/razor-pages/razor-pages-start.md @@ -23,6 +23,8 @@ There are three versions of this tutorial: * MacOS: [Getting started with Razor Pages with Visual Studio for Mac](xref:tutorials/razor-pages-mac/razor-pages-start) * macOS, Linux, and Windows: [Getting started with Razor Pages in ASP.NET Core with Visual Studio Code](xref:tutorials/razor-pages-vsc/razor-pages-start) +[View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/tutorials/razor-pages/razor-pages-start/sample/RazorPagesMovie) ([how to download](xref:tutorials/index#how-to-download-a-sample)) + ## Prerequisites [!INCLUDE[install 2.0](../../includes/install2.0.md)]