Fix desktop Element download link (#313)
The previous link now leads to a page that says "Contact Sales".
This commit is contained in:
parent
6091a1af32
commit
990bef4d17
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ export class Element {
|
|||
switch (platform) {
|
||||
case Platform.iOS: return [new AppleStoreLink('vector', 'id1083446067')];
|
||||
case Platform.Android: return [new PlayStoreLink('im.vector.app'), new FDroidLink('im.vector.app')];
|
||||
default: return [new WebsiteLink("https://element.io/get-started")];
|
||||
default: return [new WebsiteLink("https://element.io/download")];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue