Commit 6a055e1be48956691b060c261266f3d9e41250d9
Refer to Libera Chat IRC Network
Charles E. Lehner committed on 5/23/2021, 1:37:02 AMParent: 34d957aac81ecdd3f4531d9e49c2d663178b0b32
Files changed
tmpl/docs/social/join-a-pub.html.js | changed |
tmpl/footer.part.js | changed |
tmpl/docs/social/join-a-pub.html.js | |||
---|---|---|---|
@@ -26,9 +26,9 @@ | |||
26 | 26 … | </blockquote> | |
27 | 27 … | <h2>Joining a Pub</h2> | |
28 | 28 … | <p> | |
29 | 29 … | First get an invite-code from a Pub operator, or <a href="/docs/config/create-a-pub.html">create your own Pub.</a> | |
30 | - You can ask for invites via the #scuttlebutt channel, on Freenode. | ||
30 … | + You can ask for invites via the #scuttlebutt channel, on [Libera Chat](https://libera.chat/). | ||
31 | 31 … | </p> | |
32 | 32 … | <p> | |
33 | 33 … | To use the invite, follow this command: | |
34 | 34 … | </p> |
tmpl/footer.part.js | ||
---|---|---|
@@ -7,9 +7,9 @@ | ||
7 | 7 … | |
8 | 8 … | module.exports = (c) => `<div class="footer"> |
9 | 9 … | <ul class="footer-section"> |
10 | 10 … | <li>Community</li> |
11 | - <li><p>#scuttlebutt on freenode</p></li> | |
11 … | + <li><p>#scuttlebutt on <a href="https://libera.chat/">Libera Chat</a></p></li> | |
12 | 12 … | <li><a href="https://github.com/ssbc">GitHub Org</a></li> |
13 | 13 … | <li><a href="https://github.com/ssbc/ssb-server">GitHub Repo</a></li> |
14 | 14 … | <li><a href="https://git.scuttlebot.io/%25hg8wG6xCDKVWoPYCS84HY7Adrd6JEUYoM23%2BGwn24I4%3D.sha256">git-ssb</a></li> |
15 | 15 … | </ul> |
Built with git-ssb-web