diff --git a/dist.zip b/dist.zip index 1a1f4542f..f54ab886f 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/js/app.js b/js/app.js index 88605474f..2271b66bc 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 = 'http://www.lbry.io/get'; + window.location = 'https://lbry.io/get'; }; }); }); @@ -62,4 +62,4 @@ var App = React.createClass({ return ; } } -}); \ No newline at end of file +});