README: use HTTPS instead of HTTP
This commit is contained in:
parent
a0b2fadea3
commit
92029370ec
@ -1,6 +1,6 @@
|
|||||||
## Lightning Network Daemon
|
## Lightning Network Daemon
|
||||||
|
|
||||||
[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)](https://travis-ci.org/lightningnetwork/lnd)
|
[![Build Status](https://img.shields.io/travis/lightningnetwork/lnd.svg)](https://travis-ci.org/lightningnetwork/lnd)
|
||||||
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
||||||
[![Irc](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](https://webchat.freenode.net/?channels=lnd)
|
[![Irc](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](https://webchat.freenode.net/?channels=lnd)
|
||||||
[![Godoc](https://godoc.org/github.com/lightningnetwork/lnd?status.svg)](https://godoc.org/github.com/lightningnetwork/lnd)
|
[![Godoc](https://godoc.org/github.com/lightningnetwork/lnd?status.svg)](https://godoc.org/github.com/lightningnetwork/lnd)
|
||||||
@ -55,9 +55,9 @@ service. The exported API's are not yet stable, so be warned: they may change
|
|||||||
drastically in the near future.
|
drastically in the near future.
|
||||||
|
|
||||||
An automatically generated set of documentation for the RPC APIs can be found
|
An automatically generated set of documentation for the RPC APIs can be found
|
||||||
at [api.lightning.community](http://api.lightning.community). A set of developer
|
at [api.lightning.community](https://api.lightning.community). A set of developer
|
||||||
resources including talks, articles, and example applications can be found at:
|
resources including talks, articles, and example applications can be found at:
|
||||||
[dev.lightning.community](http://dev.lightning.community).
|
[dev.lightning.community](https://dev.lightning.community).
|
||||||
|
|
||||||
Finally, we also have an active
|
Finally, we also have an active
|
||||||
[Slack](https://join.slack.com/t/lightningcommunity/shared_invite/enQtMzQ0OTQyNjE5NjU1LWRiMGNmOTZiNzU0MTVmYzc1ZGFkZTUyNzUwOGJjMjYwNWRkNWQzZWE3MTkwZjdjZGE5ZGNiNGVkMzI2MDU4ZTE) where protocol developers, application developers, testers and users gather to
|
[Slack](https://join.slack.com/t/lightningcommunity/shared_invite/enQtMzQ0OTQyNjE5NjU1LWRiMGNmOTZiNzU0MTVmYzc1ZGFkZTUyNzUwOGJjMjYwNWRkNWQzZWE3MTkwZjdjZGE5ZGNiNGVkMzI2MDU4ZTE) where protocol developers, application developers, testers and users gather to
|
||||||
|
Loading…
Reference in New Issue
Block a user