Skip to content

Commit 4bb99e5

Browse files
doc: Remove all BuildOnL2 references
1 parent 9907d22 commit 4bb99e5

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Core Lightning (previously c-lightning) is a lightweight, highly customizable an
2222
[![Continuous Integration][actions-badge]][actions]
2323
[![Pull Requests Welcome][prs-badge]][prs]
2424
[![Documentation Status][docs-badge]][docs]
25-
[![BoL2][bol2-badge]][bol2]
2625
[![Telegram][telegram-badge]][telegram]
2726
[![Discord][discord-badge]][discord]
2827
[![Irc][IRC-badge]][IRC]
@@ -33,7 +32,7 @@ We recommend getting started by experimenting on `testnet` (`testnet4` or `regte
3332
## Reach Out to Us
3433

3534
Any help testing the implementation, reporting bugs, or helping with outstanding issues is very welcome.
36-
Don't hesitate to reach out to us on [Build-on-L2][bol2], or on the implementation-specific [mailing list][ml1], or on [CLN Discord][discord], or on [CLN Telegram][telegram], or on IRC at [dev][irc1]/[gen][irc2] channel.
35+
Don't hesitate to reach out to us on the implementation-specific [mailing list][ml1], or on [CLN Discord][discord], or on [CLN Telegram][telegram], or on IRC at [dev][irc1]/[gen][irc2] channel.
3736

3837
## Getting Started
3938

@@ -211,8 +210,6 @@ Developers wishing to contribute should start with the developer guide [here](do
211210
[std]: https://github.com/lightning/bolts
212211
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat
213212
[prs]: http://makeapullrequest.com
214-
[bol2-badge]: https://badgen.net/badge/BoL2/chat/blue
215-
[bol2]: https://community.corelightning.org
216213
[ml1]: https://lists.ozlabs.org/listinfo/c-lightning
217214
[discord-badge]: https://badgen.net/badge/Discord/chat/blue
218215
[discord]: https://discord.gg/mE9s4rc5un

doc/contribute-to-core-lightning/release-checklist.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Here's a checklist for the release process.
3737
6. Push the tag to remote `git push --tags` (pushing the tag will kickoff the "Release 🚀" CI action which builds the release targets and a draft release).
3838
7. Compare your release/`c-lightning-<release tag>`.zip on GitHub.
3939
8. Check the generated draft `v<VERSION>rc1` release on Github and check `Set as a pre-release` option. Add the SHA256SUMS.asc from your local release folder to newly drafted release, replacing it.
40-
9. Announce rc1 release on core-lightning's release-chat channel on Discord & [BuildOnL2](https://community.corelightning.org/c/general-questions/).
40+
9. Announce rc1 release on core-lightning's release-chat channel on Discord & Telegram.
4141
10. Use `devtools/credit --verbose v<PREVIOUS-VERSION>` to get commits, days and contributors data for release note.
4242
11. Prepare release notes draft including information from above step, and share with the team for editing.
4343
12. Upgrade your personal nodes to the rc1, to help testing.
@@ -51,7 +51,7 @@ Here's a checklist for the release process.
5151
3. Add a PR with the rcN.
5252
4. Tag it `git pull && git tag -s v<VERSION>rcN && git push --tags`
5353
5. Draft a new `v<VERSION>rcN` pre-release on Github, upload reproducible builds, `SHA256SUMS-v<VERSION>` and `SHA256SUMS-v<VERSION>.asc`.
54-
5. Announce tagged rc release on core-lightning's release-chat channel on Discord & [BuildOnL2](https://community.corelightning.org/c/general-questions/).
54+
5. Announce tagged rc release on core-lightning's release-chat channel on Discord & Telegram.
5555
6. Upgrade your personal nodes to the rcN.
5656
7. Confirm that Github actions for PyPI and Docker publishing are working as expected.
5757

@@ -92,7 +92,7 @@ Here's a checklist for the release process.
9292

9393
1. Edit the GitHub draft and include the `SHA256SUMS-v<VERSION>.asc` file.
9494
2. Publish the release as not a draft.
95-
3. Announce the final release on core-lightning's release-chat channel on Discord & [BuildOnL2](https://community.corelightning.org/c/general-questions/).
95+
3. Announce the final release on core-lightning's release-chat channel on Discord & Telegram.
9696
4. Send a mail to c-lightning and lightning-dev mailing lists, using the same wording as the Release Notes in GitHub.
9797
5. Write release blog, post it on [Blockstream](https://blog.blockstream.com/) and announce the release on Twitter.
9898

@@ -121,4 +121,4 @@ Here's a checklist for the release process.
121121
14. Append the signatures received from the team to the `SHA256SUMS-v<VERSION>.asc` file. Verify the file using `gpg --verify SHA256SUMS-v<VERSION>.asc`. Then re-upload the file.
122122
15. Finalize and publish the release (change it from draft to public).
123123
16. Ensure that the GitHub Actions for `Publish Python 🐍 distributions 📦 to PyPI and TestPyPI` and `Build and push multi-platform docker images` are functioning correctly. Check that the `PyPI` modules published on `https://pypi.org/project/pyln-*` and that the Docker image has been uploaded to Docker Hub.
124-
17. Announce the hotfix release in the core-lightning release-chat channel on Discord and on [BuildOnL2](https://community.corelightning.org/c/general-questions/).
124+
17. Announce the hotfix release in the core-lightning release-chat channel on Discord and on Telegram.

0 commit comments

Comments
 (0)