mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-25 07:47:18 +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
|
||||
the [license].
|
||||
|
||||
[etcher]: https://www.etcher.io
|
||||
[etcher]: https://etcher.io
|
||||
[SUPPORT]: https://github.com/resin-io/etcher/blob/master/SUPPORT.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
|
||||
|
@ -11,7 +11,7 @@
|
||||
<div class="modal-footer">
|
||||
<div class="modal-menu">
|
||||
<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"
|
||||
ng-click="modal.closeModal()">SKIP</button>
|
||||
</div>
|
||||
|
@ -38,7 +38,7 @@
|
||||
<svg-icon path="../../../assets/etcher.svg"
|
||||
width="83px"
|
||||
height="13px"
|
||||
os-open-external="https://www.etcher.io"></svg-icon>
|
||||
os-open-external="https://etcher.io"></svg-icon>
|
||||
|
||||
<span class="caption">
|
||||
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",
|
||||
"productName": "Etcher",
|
||||
"genericName": "Etcher",
|
||||
"homepage": "https://www.etcher.io/",
|
||||
"homepage": "https://etcher.io/",
|
||||
"icon": "assets/icon.png",
|
||||
"bin": "etcher-electron.sh",
|
||||
"categories": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user