Merge pull request #14 from kimihiro64/patch-1

Change update location
This commit is contained in:
Jeremy Kauffman 2016-07-18 13:23:12 -04:00 committed by GitHub
commit 7c86ae0471

View file

@ -36,7 +36,7 @@ var App = React.createClass({
if (window.confirm(message)) { if (window.confirm(message)) {
lbry.stop(); lbry.stop();
window.location = 'http://www.lbry.io/get'; window.location = 'https://www.lbry.io/get';
}; };
}); });
}); });