From 3cfe3e18148d3785e91fba0f8629a70f0ce900fe Mon Sep 17 00:00:00 2001 From: arglgruml Date: Mon, 25 Jun 2018 16:55:21 +0200 Subject: [PATCH] Changes "logs" to be lower-case everywhere (#7276) --- aspnetcore/host-and-deploy/directory-structure.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnetcore/host-and-deploy/directory-structure.md b/aspnetcore/host-and-deploy/directory-structure.md index 797b5d9a28..b6cfc13570 100644 --- a/aspnetcore/host-and-deploy/directory-structure.md +++ b/aspnetcore/host-and-deploy/directory-structure.md @@ -16,8 +16,8 @@ In ASP.NET Core, the published application directory, *publish*, is comprised of | App Type | Directory Structure | | -------- | ------------------- | -| [Framework-dependent Deployment](/dotnet/core/deploying/#framework-dependent-deployments-fdd) | | -| [Self-contained Deployment](/dotnet/core/deploying/#self-contained-deployments-scd) | | +| [Framework-dependent Deployment](/dotnet/core/deploying/#framework-dependent-deployments-fdd) | | +| [Self-contained Deployment](/dotnet/core/deploying/#self-contained-deployments-scd) | | †Indicates a directory @@ -25,7 +25,7 @@ The *publish* directory represents the *content root path*, also called the *app The *wwwroot* directory, if present, only contains static assets. -The stdout *logs* directory can be created for the deployment using one of the following two approaches: +The stdout *Logs* directory can be created for the deployment using one of the following two approaches: * Add the following `` element to the project file: