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)) {
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 <ClaimCodePage />;
}
}
});
});