Skip to content

Commit ce4f0fa

Browse files
josephvosssijis
andauthored
doc: fix url in README for TOX chat server (#1739)
* doc: fix url in README for TOX chat server I don't know when this domain changed hands, but it's now advertising a totally unrelated service. Update all references to point at the relevant chat server's homepage. * docs: add info to CHANGES --------- Co-authored-by: Sijis Aviles <[email protected]>
1 parent 5a846ff commit ce4f0fa

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ fixes:
3030
- fix: add filter to tar extract (#1730)
3131
- refactor: use importlib to find plugins in entry_points (#1669, #1733)
3232
- chore: bump setuptools to >=78.1.1 (#1734)
33+
- docs: update tox chat server URLs (#1739)
3334

3435

3536
v6.2.0 (2024-01-01)

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Chat servers support
5555
- `Mattermost <https://about.mattermost.com/>`_ (See `instructions <https://github.com/Vaelor/errbot-mattermost-backend>`__)
5656
- `RocketChat <https://rocket.chat/>`_ (See `instructions <https://github.com/cardoso/errbot-rocketchat>`__)
5757
- `Skype <https://www.skype.com/>`_ (See `instructions <https://github.com/errbotio/errbot-backend-skype>`__)
58-
- `TOX <https://tox.im/>`_ (See `instructions <https://github.com/errbotio/err-backend-tox>`__)
58+
- `TOX <https://tox.chat/>`_ (See `instructions <https://github.com/errbotio/err-backend-tox>`__)
5959
- `VK <https://vk.com/>`_ (See `instructions <https://github.com/Ax3Effect/errbot-vk>`__)
6060
- `Zulip <https://zulipchat.com/>`_ (See `instructions <https://github.com/zulip/errbot-backend-zulip>`__)
6161

docs/features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Extensive plugin framework
6767
.. _Skype: http://www.skype.com/en/
6868
.. _Slack: http://slack.com/
6969
.. _Telegram: https://telegram.org/
70-
.. _Tox: https://tox.im/
70+
.. _Tox: https://tox.chat/
7171
.. _VK: https://vk.com/
7272
.. _Zulip: https://zulipchat.com/
7373
.. _`logged to Sentry`: https://github.com/errbotio/errbot/wiki/Logging-with-Sentry

errbot/config-template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# "Gitter" - see https://gitter.im/ (follow instructions from https://github.com/errbotio/err-backend-gitter)
3636

3737
# Open protocols:
38-
# "TOX" - see https://tox.im/ (follow instructions from https://github.com/errbotio/err-backend-tox)
38+
# "TOX" - see https://tox.chat/ (follow instructions from https://github.com/errbotio/err-backend-tox)
3939
# "IRC" - for classic IRC or bridged services like https://gitter.im
4040
# "XMPP" - the Extensible Messaging and Presence Protocol (https://xmpp.org/)
4141
# "Telegram" - cloud-based mobile and desktop messaging app with a focus

0 commit comments

Comments
 (0)