Skip to content

Commit 9a41831

Browse files
committed
Upgrade chat links and badges to Matrix (#7345)
(cherry picked from commit fb7a0a1)
1 parent b1fbb49 commit 9a41831

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Async http client/server framework
2525
:target: https://docs.aiohttp.org/
2626
:alt: Latest Read The Docs
2727

28-
.. image:: https://img.shields.io/discourse/status?server=https%3A%2F%2Faio-libs.discourse.group
29-
:target: https://aio-libs.discourse.group
30-
:alt: Discourse status
28+
.. 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
29+
:target: https://matrix.to/#/%23aio-libs:matrix.org
30+
:alt: Matrix Room — #aio-libs:matrix.org
3131

32-
.. image:: https://badges.gitter.im/Join%20Chat.svg
33-
:target: https://gitter.im/aio-libs/Lobby
34-
:alt: Chat on Gitter
32+
.. 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
33+
:target: https://matrix.to/#/%23aio-libs-space:matrix.org
34+
:alt: Matrix Space — #aio-libs-space:matrix.org
3535

3636

3737
Key Features

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name = aiohttp
33
version = attr: aiohttp.__version__
44
url = https://github.com/aio-libs/aiohttp
55
project_urls =
6-
Chat: Gitter = https://gitter.im/aio-libs/Lobby
6+
Chat: Matrix = https://matrix.to/#/#aio-libs:matrix.org
7+
Chat: Matrix Space = https://matrix.to/#/#aio-libs-space:matrix.org
78
CI: GitHub Actions = https://github.com/aio-libs/aiohttp/actions?query=workflow%%3ACI
89
Coverage: codecov = https://codecov.io/github/aio-libs/aiohttp
910
Docs: Changelog = https://docs.aiohttp.org/en/stable/changes.html

0 commit comments

Comments
 (0)