From 80dd9f3ee0ca3e268862073f9c762322be097bea Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Mon, 8 Jan 2018 15:36:04 -0600 Subject: [PATCH] Come up one directory on a link (#5130) --- .../introducing-aspnet-web-pages-2/updating-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/web-pages/overview/getting-started/introducing-aspnet-web-pages-2/updating-data.md b/aspnet/web-pages/overview/getting-started/introducing-aspnet-web-pages-2/updating-data.md index 68ef8ae747..5157f769ca 100644 --- a/aspnet/web-pages/overview/getting-started/introducing-aspnet-web-pages-2/updating-data.md +++ b/aspnet/web-pages/overview/getting-started/introducing-aspnet-web-pages-2/updating-data.md @@ -303,7 +303,7 @@ In the next tutorial, you'll see how to delete a movie record. ## Additional Resources -- [Introduction to ASP.NET Web Programming by Using the Razor Syntax](introducing-razor-syntax-c.md) +- [Introduction to ASP.NET Web Programming by Using the Razor Syntax](../introducing-razor-syntax-c.md) - [SQL UPDATE Statement](http://www.w3schools.com/sql/sql_update.asp) on the W3Schools site >[!div class="step-by-step"]