From 4ac5e1c94c4528002b18d67be3147e8cfb973075 Mon Sep 17 00:00:00 2001 From: Wade Pickett Date: Sun, 8 Sep 2019 15:55:48 -0700 Subject: [PATCH] Link fix related to 14108 (#14200) * Just updated sxs link per issue 10559 * Updates for side by side and web root references * updated per tdykstra recommendations, link changes * changes xref to relative link for web root * Link fix, switching contentroot to webroot --- aspnetcore/fundamentals/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/fundamentals/index.md b/aspnetcore/fundamentals/index.md index 766a5885d2..9e2a6e1467 100644 --- a/aspnetcore/fundamentals/index.md +++ b/aspnetcore/fundamentals/index.md @@ -5,7 +5,7 @@ description: Learn the foundational concepts for building ASP.NET Core apps. monikerRange: '>= aspnetcore-2.1' ms.author: riande ms.custom: mvc -ms.date: 09/02/2019 +ms.date: 09/06/2019 uid: fundamentals/index --- # ASP.NET Core fundamentals @@ -266,7 +266,7 @@ The web root (also known as *webroot*) is the base path to public, static resour ::: moniker range=">= aspnetcore-3.0" -For more information, see [ContentRootPath](/aspnet/core/fundamentals/host/generic-host?view=aspnetcore-3.0#contentrootpath) +For more information, see [WebRoot](/aspnet/core/fundamentals/host/generic-host?view=aspnetcore-3.0#webroot) ::: moniker-end