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 webrootpull/14226/head
parent
16e1054e36
commit
4ac5e1c94c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue