From 873e5f7b423c74a9ce7e5fac759adbb6725ab4f7 Mon Sep 17 00:00:00 2001
From: Tom Herbers <mail@tomherbers.de>
Date: Mon, 4 Nov 2024 20:51:55 +0100
Subject: [PATCH] docs readme: update hackint webchat URL (#3360)

---
 CONTRIBUTING.md     | 2 +-
 README.md           | 2 +-
 docs/conf.py        | 2 +-
 docs/dev/basics.rst | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index de825a9d0..64ffa9892 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -48,6 +48,6 @@ existing commit messages to get the idea.
 
 
 [packages]: https://gluon.readthedocs.io/en/latest/user/site.html#packages
-[#gluon]: https://webirc.hackint.org/#gluon
+[#gluon]: https://chat.hackint.org/?join=gluon
 [mailing list]: mailto:gluon@luebeck.freifunk.net
 [list of rejected features]: https://github.com/freifunk-gluon/gluon/issues?q=label%3A%222.+status%3A+rejected%22
diff --git a/README.md b/README.md
index 6eed709f6..5ef1224e3 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ If you're new to Gluon and ready to get your feet wet, have a look at the
 [Getting Started Guide](https://gluon.readthedocs.io/en/latest/user/getting_started.html).
 
 Gluon's developers frequent an IRC chatroom at [#gluon](ircs://irc.hackint.org/#gluon)
-on [hackint](https://hackint.org/). There is also a [webchat](https://webirc.hackint.org/#irc://irc.hackint.org/#gluon)
+on [hackint](https://hackint.org/). There is also a [webchat](https://chat.hackint.org/?join=gluon)
 that allows for uncomplicated access from within your browser. This channel is also available as a bridged Matrix Room at [#gluon:hackint.org](https://matrix.to/#/#gluon:hackint.org).
 
 ## Issues & Feature requests
diff --git a/docs/conf.py b/docs/conf.py
index a769db90c..3afe7909b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -75,7 +75,7 @@ highlight_language = 'none'
 # used to mark channel names and do not exist. Regular links are not effected.
 linkcheck_ignore = [
     'http://192.168.1.1',
-    'https://webirc.hackint.org/#'
+    'https://chat.hackint.org'
 ]
 
 
diff --git a/docs/dev/basics.rst b/docs/dev/basics.rst
index dd748a2bb..42f934a2e 100644
--- a/docs/dev/basics.rst
+++ b/docs/dev/basics.rst
@@ -21,7 +21,7 @@ web browser. You're welcome to join us!
 
 .. _#gluon: ircs://irc.hackint.org/#gluon
 .. _hackint: https://hackint.org/
-.. _webchat: https://webirc.hackint.org/#irc://irc.hackint.org/#gluon
+.. _webchat: https://chat.hackint.org/?join=gluon
 
 .. _working-with-repositories:
 
-- 
GitLab