Merge pull request #2018 from ykris45/patch-3

change http to https
This commit is contained in:
Sean Yesmunt 2018-10-09 17:25:18 -04:00 committed by GitHub
commit 445bf77e36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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]

View file

@ -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

View file

@ -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)

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>