change http to https

This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2018-10-09 23:58:53 +07:00 committed by GitHub
parent 25d4d09c10
commit 3078d6f0fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,7 +221,7 @@ class HelpPage extends React.PureComponent<Props, State> {
{user.primary_email}{' '}
<Button
button="link"
href={`http://lbry.io/list/edit/${accessToken}`}
href={`https://lbry.io/list/edit/${accessToken}`}
label={__('Update mailing preferences')}
/>
</React.Fragment>