Send user directly to GitHub releases page

This commit is contained in:
Alex Liebowitz 2016-07-22 01:16:58 -04:00
parent 8b8bcc644c
commit 820ffc2a40
2 changed files with 1 additions and 1 deletions

BIN
dist.zip

Binary file not shown.

View file

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