diff --git a/dist.zip b/dist.zip index a9b379bd2..983dd268f 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/js/app.js b/js/app.js index 2271b66bc..0b03101ff 100644 --- a/js/app.js +++ b/js/app.js @@ -36,7 +36,7 @@ var App = React.createClass({ if (window.confirm(message)) { lbry.stop(); - window.location = 'https://lbry.io/get'; + window.location = 'https://github.com/lbryio/lbry/releases'; }; }); });