From 23997121b6c77fef7e71934f1999fd64d2e26f94 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Thu, 7 Nov 2024 10:41:44 +0100 Subject: [PATCH] Update badges in README.rst --- README.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 8a8066a..e7d346a 100644 --- a/README.rst +++ b/README.rst @@ -1,14 +1,11 @@ async-timeout ============= -.. image:: https://travis-ci.com/aio-libs/async-timeout.svg?branch=master - :target: https://travis-ci.com/aio-libs/async-timeout +.. image:: https://github.com/aio-libs/async-timeout/actions/workflows/ci.yml/badge.svg + :target: https://github.com/aio-libs/async-timeout/actions/workflows/ci.yml .. image:: https://codecov.io/gh/aio-libs/async-timeout/branch/master/graph/badge.svg :target: https://codecov.io/gh/aio-libs/async-timeout .. image:: https://img.shields.io/pypi/v/async-timeout.svg :target: https://pypi.python.org/pypi/async-timeout -.. image:: https://badges.gitter.im/Join%20Chat.svg - :target: https://gitter.im/aio-libs/Lobby - :alt: Chat on Gitter asyncio-compatible timeout context manager.