commit
7c86ae0471
1 changed files with 2 additions and 2 deletions
|
@ -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 />;
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue