Skip to content

Commit

Permalink
📝 Replace Gitter mentions with Matrix
Browse files Browse the repository at this point in the history
Gitter became a part of the Matrix network, making it possible for
more people to connect.
  • Loading branch information
webknjaz committed Jul 12, 2023
1 parent f119a80 commit ad22ce8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
14 changes: 10 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ frozenlist
:target: https://aio-libs.discourse.group/
:alt: Discourse group for io-libs

.. image:: https://badges.gitter.im/Join%20Chat.svg
:target: https://gitter.im/aio-libs/Lobby
:alt: Chat on Gitter
.. image:: https://img.shields.io/matrix/aio-libs:matrix.org?label=Discuss%20on%20Matrix%20at%20%23aio-libs%3Amatrix.org&logo=matrix&server_fqdn=matrix.org&style=flat
:target: https://matrix.to/#/%23aio-libs:matrix.org
:alt: Matrix Room — #aio-libs:matrix.org

.. image:: https://img.shields.io/matrix/aio-libs-space:matrix.org?label=Discuss%20on%20Matrix%20at%20%23aio-libs-space%3Amatrix.org&logo=matrix&server_fqdn=matrix.org&style=flat
:target: https://matrix.to/#/%23aio-libs-space:matrix.org
:alt: Matrix Space — #aio-libs-space:matrix.org

Introduction
============
Expand Down Expand Up @@ -95,7 +99,9 @@ Communication channels

Feel free to post your questions and ideas here.

*gitter chat* https://gitter.im/aio-libs/Lobby
We have a *Matrix Space* `#aio-libs-space:matrix.org
<https://matrix.to/#/%23aio-libs-space:matrix.org>`_ which is
also accessible via Gitter.

Requirements
============
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@
"alt": "Discourse group for io-libs",
},
{
"image": "https://badges.gitter.im/Join%20Chat.svg",
"target": "https://gitter.im/aio-libs/Lobby",
"image": "https://img.shields.io/matrix/aio-libs-space:matrix.org?label=Discuss%20on%20Matrix%20at%20%23aio-libs-space%3Amatrix.org&logo=matrix&server_fqdn=matrix.org&style=flat",
"target": "https://matrix.to/#/%23aio-libs-space:matrix.org",
"height": "20",
"alt": "Chat on Gitter",
"alt": "Matrix Space",
},
],
}
Expand Down
4 changes: 3 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ Communication channels

Feel free to post your questions and ideas here.

*gitter chat* https://gitter.im/aio-libs/Lobby
We have a *Matrix Space* `#aio-libs-space:matrix.org
<https://matrix.to/#/%23aio-libs-space:matrix.org>`_ which is
also accessible via Gitter.

Requirements
============
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name = frozenlist
version = attr: frozenlist.__version__
url = https://github.com/aio-libs/frozenlist
project_urls =
Chat: Gitter = https://gitter.im/aio-libs/Lobby
Chat: Matrix = https://matrix.to/#/#aio-libs:matrix.org
Chat: Matrix Space = https://matrix.to/#/#aio-libs-space:matrix.org
CI: Github Actions = https://github.com/aio-libs/frozenlist/actions
Code of Conduct = https://github.com/aio-libs/.github/blob/master/CODE_OF_CONDUCT.md
Coverage: codecov = https://codecov.io/github/aio-libs/frozenlist
Expand Down

0 comments on commit ad22ce8

Please sign in to comment.