Skip to content

Commit fbd454b

Browse files
ShahanaFarooquirustyrussell
authored andcommitted
docs: Update chat links
- Added badges for BoL2, Telegram and Discord. - rearranged chat links.
1 parent f109bc2 commit fbd454b

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

README.md

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,19 @@ Core Lightning (previously c-lightning) is a lightweight, highly customizable an
1919

2020
## Project Status
2121

22-
[![Continuous Integration](https://github.com/ElementsProject/lightning/workflows/Continuous%20Integration/badge.svg)][actions]
23-
[![Pull Requests Welcome][prs]][prs-link]
24-
[![Irc][IRC]][IRC-link]
25-
[![Documentation Status](https://readthedocs.org/projects/lightning/badge/?version=docs)][docs]
22+
[![Continuous Integration][actions-badge]][actions]
23+
[![Pull Requests Welcome][prs-badge]][prs]
24+
[![Documentation Status][docs-badge]][docs]
25+
[![BoL2][bol2-badge]][bol2]
26+
[![Telegram][telegram-badge]][telegram]
27+
[![Discord][discord-badge]][discord]
28+
[![Irc][IRC-badge]][IRC]
2629

2730
This implementation has been in production use on the Bitcoin mainnet since early 2018, with the launch of the [Blockstream Store][blockstream-store-blog].
2831
We recommend getting started by experimenting on `testnet` (or `regtest`), but the implementation is considered stable and can be safely used on mainnet.
2932

3033
Any help testing the implementation, reporting bugs, or helping with outstanding issues is very welcome.
31-
Don't hesitate to reach out to us on IRC at [#lightning-dev @ libera.chat][irc1], [#c-lightning @ libera.chat][irc2], or on the implementation-specific mailing list [c-lightning@lists.ozlabs.org][ml1], or on the Lightning Network-wide mailing list [lightning-dev@lists.linuxfoundation.org][ml2], or on Discord [core-lightning][discord], or on Telegram [Core Lightning][telegram].
34+
Don't hesitate to reach out to us on [Build-on-L2][bol2], or on the implementation-specific [mailing list][ml1], or on the Lightning Network-wide [mailing list][ml2], or on [CLN Discord][discord], or on [CLN Telegram][telegram], or on IRC at [dev][irc1]/[gen][irc2] channel.
3235

3336
## Getting Started
3437

@@ -107,7 +110,7 @@ your first channels and customizing your node.
107110
For a less reckless experience, you can encrypt the HD wallet seed:
108111
see [HD wallet encryption](#hd-wallet-encryption).
109112

110-
You can also chat to other users at [#c-lightning @ libera.chat][irc2];
113+
You can also chat to other users at Discord [core-lightning][discord];
111114
we are always happy to help you get started!
112115

113116

@@ -207,19 +210,25 @@ Developers wishing to contribute should start with the developer guide [here](do
207210

208211
[blockstream-store-blog]: https://blockstream.com/2018/01/16/en-lightning-charge/
209212
[std]: https://github.com/lightning/bolts
210-
[prs]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat
211-
[prs-link]: http://makeapullrequest.com
212-
[IRC]: https://img.shields.io/badge/chat-on%20libera-brightgreen.svg
213-
[IRC-link]: https://web.libera.chat/#c-lightning
214-
[irc1]: https://web.libera.chat/#lightning-dev
215-
[irc2]: https://web.libera.chat/#c-lightning
213+
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat
214+
[prs]: http://makeapullrequest.com
215+
[bol2-badge]: https://badgen.net/badge/BoL2/chat/blue
216+
[bol2]: https://community.corelightning.org
216217
[ml1]: https://lists.ozlabs.org/listinfo/c-lightning
217218
[ml2]: https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev
219+
[discord-badge]: https://badgen.net/badge/Discord/chat/blue
218220
[discord]: https://discord.gg/mE9s4rc5un
221+
[telegram-badge]: https://badgen.net/badge/Telegram/chat/blue
219222
[telegram]: https://t.me/lightningd
223+
[IRC-badge]: https://img.shields.io/badge/IRC-chat-blue.svg
224+
[IRC]: https://web.libera.chat/#c-lightning
225+
[irc1]: https://web.libera.chat/#lightning-dev
226+
[irc2]: https://web.libera.chat/#c-lightning
227+
[docs-badge]: https://readthedocs.org/projects/lightning/badge/?version=docs
220228
[docs]: https://docs.corelightning.org/docs
221229
[releases]: https://github.com/ElementsProject/lightning/releases
222230
[dockerhub]: https://hub.docker.com/r/elementsproject/lightningd/
223231
[jsonrpcspec]: https://www.jsonrpc.org/specification
224232
[helpme-github]: https://github.com/lightningd/plugins/tree/master/helpme
233+
[actions-badge]: https://github.com/ElementsProject/lightning/workflows/Continuous%20Integration/badge.svg
225234
[actions]: https://github.com/ElementsProject/lightning/actions

0 commit comments

Comments
 (0)