diff --git a/js/app.js b/js/app.js index ef6dc5cbe..1daefe25e 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://www.lbry.io/get'; }; }); }); @@ -60,4 +60,4 @@ var App = React.createClass({ return ; } } -}); \ No newline at end of file +});