diff options
-rw-r--r-- | hakyll.cabal | 2 | ||||
-rw-r--r-- | web/index.markdown | 3 | ||||
-rw-r--r-- | web/templates/tutorial.html | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index b09aff0..89f251d 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -22,7 +22,7 @@ Description: . - * An IRC channel, @#hakyll@ on freenode + * An IRC channel, @#hakyll@ on irc.libera.chat (we *do not* have a channel on Freenode anymore) . diff --git a/web/index.markdown b/web/index.markdown index bde5289..fd4c6ff 100644 --- a/web/index.markdown +++ b/web/index.markdown @@ -39,4 +39,5 @@ using [stack] by using `stack install hakyll`. Then, you can: - read the [tutorials](/tutorials.html); - mail the [google discussion group](http://groups.google.com/group/hakyll); - ask questions on the IRC channel: `#hakyll` on - [freenode](http://freenode.net/). + [irc.libera.chat](https://libera.chat/) (we *do not* have a channel on + Freenode anymore). diff --git a/web/templates/tutorial.html b/web/templates/tutorial.html index 54af861..a9c4a27 100644 --- a/web/templates/tutorial.html +++ b/web/templates/tutorial.html @@ -18,4 +18,5 @@ you have a github account, you can use the If you run into any problems, all questions are welcome in the above google group, or you could try the IRC channel, <code>#hakyll</code> on -<a href="http://freenode.net/">freenode</a>. +<a href="https://libera.chat/">irs.libera.chat</a> (we <em>do not</em> have +a channel on Freenode anymore). |