mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 17:26:34 +00:00
Update URLs in GUI to balena
Change-type: patch Signed-off-by: Chris Crocker-White <chriscw@balena.io>
This commit is contained in:
parent
b75ca26db2
commit
dd8ef288f7
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
<footer class="section-footer" ng-controller="StateController as state"
|
<footer class="section-footer" ng-controller="StateController as state"
|
||||||
ng-hide="state.currentName === 'success'">
|
ng-hide="state.currentName === 'success'">
|
||||||
<span os-open-external="https://etcher.io?ref=etcher_footer"
|
<span os-open-external="https://www.balena.io/etcher?ref=etcher_footer"
|
||||||
tabindex="100">
|
tabindex="100">
|
||||||
<svg-icon paths="[ '../../assets/etcher.svg' ]"
|
<svg-icon paths="[ '../../assets/etcher.svg' ]"
|
||||||
width="'123px'"
|
width="'123px'"
|
||||||
@ -47,10 +47,10 @@
|
|||||||
<span class="caption">
|
<span class="caption">
|
||||||
is <span class="caption"
|
is <span class="caption"
|
||||||
tabindex="101"
|
tabindex="101"
|
||||||
os-open-external="https://github.com/resin-io/etcher">an open source project</span> by
|
os-open-external="https://github.com/balena-io/etcher">an open source project</span> by
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span os-open-external="https://resin.io?ref=etcher"
|
<span os-open-external="https://www.balena.io?ref=etcher"
|
||||||
tabindex="102">
|
tabindex="102">
|
||||||
<svg-icon paths="[ '../../assets/balena.svg' ]"
|
<svg-icon paths="[ '../../assets/balena.svg' ]"
|
||||||
width="'79px'"
|
width="'79px'"
|
||||||
@ -60,7 +60,7 @@
|
|||||||
<span class="caption footer-right"
|
<span class="caption footer-right"
|
||||||
tabindex="103"
|
tabindex="103"
|
||||||
manifest-bind="version"
|
manifest-bind="version"
|
||||||
os-open-external="https://github.com/resin-io/etcher/blob/master/CHANGELOG.md"></span>
|
os-open-external="https://github.com/balena-io/etcher/blob/master/CHANGELOG.md"></span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<div class="section-loader"
|
<div class="section-loader"
|
||||||
@ -69,7 +69,7 @@
|
|||||||
isFinish: state.currentName === 'success'
|
isFinish: state.currentName === 'success'
|
||||||
}">
|
}">
|
||||||
<safe-webview
|
<safe-webview
|
||||||
src="'https://etcher.io/success-banner/'"
|
src="'https://www.balena.io/etcher/success-banner/'"
|
||||||
refresh-now="state.previousName === 'success'"></safe-webview>
|
refresh-now="state.previousName === 'success'"></safe-webview>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user