From 1acae27c0f11c46f4fb3bad7df572d34f2b7788c Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Wed, 30 Jan 2019 07:27:49 -1000 Subject: [PATCH] Update validation.md --- aspnetcore/tutorials/razor-pages/validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/razor-pages/validation.md b/aspnetcore/tutorials/razor-pages/validation.md index f0c79a9f02..97cfb851df 100644 --- a/aspnetcore/tutorials/razor-pages/validation.md +++ b/aspnetcore/tutorials/razor-pages/validation.md @@ -136,7 +136,7 @@ The following code shows combining attributes on one line: For information on deploying to Azure, see [Tutorial: Build an ASP.NET app in Azure with SQL Database](/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase). These instructions are for an ASP.NET app, not an ASP.NET Core app, but the steps are the same. -Thanks for completing this introduction to Razor Pages. We appreciate feedback. [Get started with Razor Pages and EF Core](xref:data/ef-rp/intro) is an excellent follow up to this tutorial. +Thanks for completing this introduction to Razor Pages. [Get started with Razor Pages and EF Core](xref:data/ef-rp/intro) is an excellent follow up to this tutorial. ## Additional resources