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
pull/14226/head
Wade Pickett 2019-09-08 15:55:48 -07:00 committed by GitHub
parent 16e1054e36
commit 4ac5e1c94c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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