mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
chore: remove www from etcher homepage URL (#808)
See: https://github.com/resin-io/etcher/pull/795 Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
be1b1a1a3a
commit
45dac58e2a
@ -39,7 +39,7 @@ License
|
|||||||
Etcher is free software, and may be redistributed under the terms specified in
|
Etcher is free software, and may be redistributed under the terms specified in
|
||||||
the [license].
|
the [license].
|
||||||
|
|
||||||
[etcher]: https://www.etcher.io
|
[etcher]: https://etcher.io
|
||||||
[SUPPORT]: https://github.com/resin-io/etcher/blob/master/SUPPORT.md
|
[SUPPORT]: https://github.com/resin-io/etcher/blob/master/SUPPORT.md
|
||||||
[CONTRIBUTING]: https://github.com/resin-io/etcher/blob/master/docs/CONTRIBUTING.md
|
[CONTRIBUTING]: https://github.com/resin-io/etcher/blob/master/docs/CONTRIBUTING.md
|
||||||
[CLI]: https://github.com/resin-io/etcher/blob/master/docs/CLI.md
|
[CLI]: https://github.com/resin-io/etcher/blob/master/docs/CLI.md
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<div class="modal-menu">
|
<div class="modal-menu">
|
||||||
<button class="button button-primary"
|
<button class="button button-primary"
|
||||||
os-open-external="https://www.etcher.io">DOWNLOAD</button>
|
os-open-external="https://etcher.io">DOWNLOAD</button>
|
||||||
<button class="button button-default"
|
<button class="button button-default"
|
||||||
ng-click="modal.closeModal()">SKIP</button>
|
ng-click="modal.closeModal()">SKIP</button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
<svg-icon path="../../../assets/etcher.svg"
|
<svg-icon path="../../../assets/etcher.svg"
|
||||||
width="83px"
|
width="83px"
|
||||||
height="13px"
|
height="13px"
|
||||||
os-open-external="https://www.etcher.io"></svg-icon>
|
os-open-external="https://etcher.io"></svg-icon>
|
||||||
|
|
||||||
<span class="caption">
|
<span class="caption">
|
||||||
IS <span class="caption" os-open-external="https://github.com/resin-io/etcher">AN OPEN SOURCE PROJECT</span> BY
|
IS <span class="caption" os-open-external="https://github.com/resin-io/etcher">AN OPEN SOURCE PROJECT</span> BY
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "etcher-electron",
|
"name": "etcher-electron",
|
||||||
"productName": "Etcher",
|
"productName": "Etcher",
|
||||||
"genericName": "Etcher",
|
"genericName": "Etcher",
|
||||||
"homepage": "https://www.etcher.io/",
|
"homepage": "https://etcher.io/",
|
||||||
"icon": "assets/icon.png",
|
"icon": "assets/icon.png",
|
||||||
"bin": "etcher-electron.sh",
|
"bin": "etcher-electron.sh",
|
||||||
"categories": [
|
"categories": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user