change http to https
This commit is contained in:
parent
25d4d09c10
commit
3078d6f0fd
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ class HelpPage extends React.PureComponent<Props, State> {
|
||||||
{user.primary_email}{' '}
|
{user.primary_email}{' '}
|
||||||
<Button
|
<Button
|
||||||
button="link"
|
button="link"
|
||||||
href={`http://lbry.io/list/edit/${accessToken}`}
|
href={`https://lbry.io/list/edit/${accessToken}`}
|
||||||
label={__('Update mailing preferences')}
|
label={__('Update mailing preferences')}
|
||||||
/>
|
/>
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
|
|
Loading…
Reference in a new issue