Skip to content

Commit 56a31fc

Browse files
tonygmfelleisen
authored andcommitted
freenode -> libera.chat
1 parent bbbf001 commit 56a31fc

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

blog/_src/posts/2017-09-27-tutorial-contributing-to-racket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To help streamline the process for potential contributors,
3535

3636
If you have any trouble following along, ask for help via
3737
[email](https://groups.google.com/forum/#!forum/racket-users),
38-
[IRC](https://botbot.me/freenode/racket/),
38+
[IRC](https://racket-lang.org/community.html),
3939
and/or [Slack](http://racket-slack.herokuapp.com/).
4040

4141
> For a Git crash course, see: <http://rogerdudler.github.io/git-guide/>

www/index.html.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ ancestor(A, B)?}}}
444444

445445
link["https://discord.gg/6Zq8sH5"]{Racket Discord}
446446

447-
link["https://webchat.freenode.net/#racket"]{#racket IRC} on freenode.net
447+
link["https://kiwiirc.com/nextclient/irc.libera.chat/#racket"]{#racket IRC} on libera.chat
448448

449449
link["https://racket.slack.com/"]{Slack channel} (Visit ◊link["http://racket-slack.herokuapp.com/"]{this link} to sign up)
450450

www/irc.rkt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
irc-quick)
77

88
(define webchat-link
9-
"https://webchat.freenode.net?channels=racket&uio=OT10cnVlJjExPTIzNg6b")
9+
"https://kiwiirc.com/nextclient/irc.libera.chat/#racket")
1010

1111
(define irc-chat
1212
@page[#:site www-site #:title "IRC" #:part-of 'community]{
@@ -15,9 +15,8 @@
1515

1616
(define irc-content
1717
@list{Chat in the @tt[style: "background-color: #d8d8e8;"]{@big{@strong{#racket}}} channel on
18-
@a[href: "https://freenode.net"]{@tt{freenode.net}}, an informal
19-
discussion channel for all things related to Racket, or
20-
@a[href: "https://botbot.me/freenode/racket/"]{browse the logs}.})
18+
@a[href: "https://libera.chat"]{@tt{libera.chat}}, an informal
19+
discussion channel for all things related to Racket.})
2120

2221
(define irc-quick
2322
@text{@parlist[@strong{IRC}

0 commit comments

Comments
 (0)