Updating the base link

This commit is contained in:
Elitsa Marinovska
2019-05-01 15:30:58 +02:00
committed by GitHub
parent adf762bdf8
commit 6cd77df1ad

View File

@@ -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