diff --git a/src/open/clients/Element.js b/src/open/clients/Element.js
index 4babeb6c3af0d73534f6c82b8aab2851a932973f..6cdf81a79b16bf9697608d1b0c1f2a42ba516f44 100644
--- a/src/open/clients/Element.js
+++ b/src/open/clients/Element.js
@@ -98,8 +98,8 @@ export class Element {
     getCopyString(platform, link) {}
     getInstallLinks(platform) {
         switch (platform) {
-            case Platform.iOS: return [new AppleStoreLink('vector', 'id1083446067')];
-            case Platform.Android: return [new PlayStoreLink('im.vector.app'), new FDroidLink('im.vector.app')];
+            case Platform.iOS: return [new AppleStoreLink('element-x-secure-chat-call', 'id1631335820')];
+            case Platform.Android: return [new PlayStoreLink('io.element.android.x'), new FDroidLink('io.element.android.x')];
             default: return [new WebsiteLink("https://element.io/download")];
         }
     }