From 6cd77df1ad03db2902c3c330e8efbe1ac3fbc135 Mon Sep 17 00:00:00 2001 From: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com> Date: Wed, 1 May 2019 15:30:58 +0200 Subject: [PATCH] Updating the base link --- build/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.ps1 b/build/build.ps1 index 290f3ef094..6731767be5 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -467,7 +467,7 @@ & 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