From 64a8daa370e061088ce0b8747cc61c51fac8419d Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 09:04:38 +0200 Subject: [PATCH] [PR #7345/fb7a0a17 backport][3.9] Upgrade chat links and badges to Matrix (#7347) **This is a backport of PR #7345 as merged into master (fb7a0a176909a8a7926c1eccf3a82023ce2c65f7).** Co-authored-by: Sviatoslav Sydorenko --- README.rst | 10 +++++++--- setup.cfg | 3 ++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index eb3aa091729..44d5fc17c2d 100644 --- a/README.rst +++ b/README.rst @@ -25,9 +25,13 @@ Async http client/server framework :target: https://docs.aiohttp.org/ :alt: Latest Read The Docs -.. 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 Key Features diff --git a/setup.cfg b/setup.cfg index cb8e16a6b8a..680f96e9a06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,8 @@ name = aiohttp version = attr: aiohttp.__version__ url = https://github.com/aio-libs/aiohttp 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/aiohttp/actions?query=workflow%%3ACI Coverage: codecov = https://codecov.io/github/aio-libs/aiohttp Docs: Changelog = https://docs.aiohttp.org/en/stable/changes.html