diff --git a/src/open/clients/Element.js b/src/open/clients/Element.js index e43199f..9787695 100644 --- a/src/open/clients/Element.js +++ b/src/open/clients/Element.js @@ -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")]; } }