Skip to content

Commit

Permalink
freenode -> libera.chat
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyg authored and mfelleisen committed May 24, 2021
1 parent bbbf001 commit 56a31fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To help streamline the process for potential contributors,

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

> For a Git crash course, see: <http://rogerdudler.github.io/git-guide/>
Expand Down
2 changes: 1 addition & 1 deletion www/index.html.pm
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ ancestor(A, B)?}}}

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

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

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

Expand Down
7 changes: 3 additions & 4 deletions www/irc.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
irc-quick)

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

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

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

(define irc-quick
@text{@parlist[@strong{IRC}
Expand Down

0 comments on commit 56a31fc

Please sign in to comment.