From 9d3daa1959d0306188c89f7eb574069d94356b1d Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Fri, 9 Jul 2021 13:34:54 +0200 Subject: [PATCH] Update error.html Change path of the log folder since the App_Data folder doesn't exist anymore. --- src/Umbraco.Web.UI.Client/src/installer/steps/error.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/installer/steps/error.html b/src/Umbraco.Web.UI.Client/src/installer/steps/error.html index 4fb5823afa..aab5b18e9f 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/steps/error.html +++ b/src/Umbraco.Web.UI.Client/src/installer/steps/error.html @@ -3,7 +3,7 @@

{{installer.current.model.message}}

-

See the log for full details (logs can typically be found in the App_Data\Logs folder).

+

See the log for full details (logs can typically be found in the umbraco\Logs folder).