change http to https #2018
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ while utilizing [React](https://reactjs.org) and [Redux](https://redux.js.org) f
|
|||
application state.
|
||||
|
||||
The project comes with diverse tools for simplifying the development process and for providing
|
||||
better code quality. It's recommended to make use of them thoroughly during ongoing development. We follow the well-known [Airbnb JavaScript Style Guide](http://airbnb.io/javascript/) for defining
|
||||
better code quality. It's recommended to make use of them thoroughly during ongoing development. We follow the well-known [Airbnb JavaScript Style Guide](https://airbnb.io/javascript/) for defining
|
||||
our styling rules and code best practices.
|
||||
|
||||
### lbry-redux
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
The LBRY app is a graphical browser for the decentralized content marketplace provided by the
|
||||
[LBRY](https://lbry.io) protocol. It is essentially the
|
||||
[lbry daemon](https://github.com/lbryio/lbry) bundled with an UI using
|
||||
[Electron](http://electron.atom.io/).
|
||||
[Electron](https://electron.atom.io/).
|
||||
|
||||
![App GIF](https://spee.ch/7/lbry-redesign-preview.gif)
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue