diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index de825a9d00..64ffa9892f 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 6eed709f69..5ef1224e31 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 a769db90c9..3afe7909be 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -75,7 +75,7 @@ # 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 dd748a2bbc..42f934a2e1 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: