From 6b17248f64da002fe28a1644451bc3772781e543 Mon Sep 17 00:00:00 2001 From: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com> Date: Wed, 1 May 2019 15:22:10 +0200 Subject: [PATCH] Updating base link --- build/build-docs.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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