From 9cdcb06a881751483132d38c821269ec4fcb00b8 Mon Sep 17 00:00:00 2001
From: "The repo.or.cz admin team"
Date: Thu, 24 Jun 2021 20:19:00 +0200
Subject: [PATCH] admins.html: simplify Libera.Chat URL
The JavaScript web chat client grabs the fragment for the channel name;
make the URL simpler since the query string is irrelevant to the channel.
Signed-off-by: The repo.or.cz admin team
---
html/admins.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/admins.html b/html/admins.html
index 3dbb8a7..ff046af 100644
--- a/html/admins.html
+++ b/html/admins.html
@@ -9,7 +9,7 @@ team is reachable at admin@repo.or.cz.
One or more members of the admin team can usually be found in the #repo.or.cz
irc channel on Libera.Chat. Visit
-https://web.libera.chat/?channel=#repo.or.cz
+https://web.libera.chat/#repo.or.cz
to join the channel using a browser.
If you are interested in helping out, please see the
--
2.11.4.GIT