Change update location

Needs to be https://www.lbry.io/get. For some reason if it's non https, it redirects to https://www.lbry.io/news/get.
This commit is contained in:
kimihiro64 2016-07-18 09:40:52 -05:00 committed by GitHub
parent 2a94c824e5
commit f6d0585ba7

View file

@ -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';
};
});
});