From d0d21572c48a092d4a5861b9f91784e90edf2673 Mon Sep 17 00:00:00 2001 From: pallavigotwork Date: Fri, 5 Sep 2025 17:42:23 +0530 Subject: [PATCH] fixes the IRC link on home page --- website_and_docs/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website_and_docs/hugo.toml b/website_and_docs/hugo.toml index 6ba10bb1dca..00237b41d73 100644 --- a/website_and_docs/hugo.toml +++ b/website_and_docs/hugo.toml @@ -257,7 +257,7 @@ enable = false desc = "Chat with other project developers and users in Slack" [[params.links.developer]] name = "IRC" - url = "https://kiwiirc.com/nextclient/irc.libera.chat/#selenium" + url = "https://web.libera.chat/#selenium" icon = "fas fa-comments" desc = "Chat with other project developers and users in IRC" [[params.links.developer]]