diff --git a/build/build-docs.ps1 b/build/build-docs.ps1 index 15a150ce25..8cd3f090c7 100644 --- a/build/build-docs.ps1 +++ b/build/build-docs.ps1 @@ -16,7 +16,7 @@ cd .\src\Umbraco.Web.UI.Client & gulp docs | Out-Null # change baseUrl -$BaseUrl = "https://our.umbraco.org/apidocs/ui/" +$BaseUrl = "https://our.umbraco.com/apidocs/v8/ui/" $IndexPath = "./docs/api/index.html" (Get-Content $IndexPath).replace('location.href.replace(rUrl, indexFile)', "`'" + $BaseUrl + "`'") | Set-Content $IndexPath