Skip to content

Commit 95170fc

Browse files
committed
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.
1 parent cf81b0c commit 95170fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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)