summaryrefslogtreecommitdiff
path: root/pages/assets/js/download.js
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2020-08-08 11:05:39 -0700
committercyberta <cyberta@riseup.net>2020-08-08 11:05:39 -0700
commitf5f6643a1930a9b9053a1069057ea581a7f794c8 (patch)
tree930cd7942d83f25cffd90418090498e761133378 /pages/assets/js/download.js
parent9aa4195a339c7816531c7dceceef1f5f9482aa69 (diff)
parent93c822beb3f50db7400ba3dc1ba11e60b32310c0 (diff)
Merge branch 'remove_email' into 'master'
remove email and deprecated desktop clients related information See merge request leap/bitmask_help!7
Diffstat (limited to 'pages/assets/js/download.js')
-rw-r--r--pages/assets/js/download.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/assets/js/download.js b/pages/assets/js/download.js
index 326114e..5b92f3a 100644
--- a/pages/assets/js/download.js
+++ b/pages/assets/js/download.js
@@ -16,10 +16,10 @@ function download(platform) {
var link = "install";
switch (platform) {
case "GNU/Linux":
- link = "https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz";
+ link = "https://dl.bitmask.net/RiseupVPN/linux/riseup-vpn_latest.snap";
break;
case "macOS":
- link = "https://dl.bitmask.net/client/osx/stable/Bitmask-OSX-latest.pkg";
+ link = "https://dl.bitmask.net/RiseupVPN/osx/RiseupVPN-OSX-latest.pkg";
break;
case "Android":
link = "install/android";
@@ -43,4 +43,4 @@ function platformStr() {
return "Windows";
}
return "Other";
-} \ No newline at end of file
+}