diff --git a/uDocumentation/Busineslogic/GithubSourcePull/ZipDownloader.cs b/uDocumentation/Busineslogic/GithubSourcePull/ZipDownloader.cs index d4bd11fe..917406e6 100644 --- a/uDocumentation/Busineslogic/GithubSourcePull/ZipDownloader.cs +++ b/uDocumentation/Busineslogic/GithubSourcePull/ZipDownloader.cs @@ -45,7 +45,7 @@ namespace uDocumentation.Busineslogic.GithubSourcePull githubRepo)); Configuration = xd; - RootFolder = @"C:\inetpub\wwwroot\_Live Sites\our.umbraco.org" + project.Url.Replace("/",@"\") + @"\Documentation"; + RootFolder = HttpContext.Current.Server.MapPath(@"~" + project.Url.Replace("/",@"\") + @"\Documentation"); IsProjectDocumentation = true; }