From f6e92d4892b78b64fd6a84da05a0291731b9b825 Mon Sep 17 00:00:00 2001 From: Ali-Akber Saifee Date: Sun, 17 May 2020 22:23:37 -0700 Subject: [PATCH] Update readme CI badge --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 4e7aef46..20ae45a4 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -.. |travis-ci| image:: https://img.shields.io/travis/alisaifee/limits/master.svg?style=flat-square - :target: https://travis-ci.org/#!/alisaifee/limits?branch=master +.. |ci| image:: https://github.com/alisaifee/limits/workflows/CI/badge.svg?branch=master + :target: https://github.com/alisaifee/limits/actions?query=branch%3Amaster+workflow%3ACI .. |coveralls| image:: https://img.shields.io/coveralls/alisaifee/limits/master.svg?style=flat-square :target: https://coveralls.io/r/alisaifee/limits?branch=master .. |pypi| image:: https://img.shields.io/pypi/v/limits.svg?style=flat-square @@ -13,7 +13,7 @@ ************* limits ************* -|travis-ci| |coveralls| |pypi| |gitter| |license| +|ci| |coveralls| |pypi| |gitter| |license| *limits* provides utilities to implement rate limiting using various strategies and storage backends such as redis & memcached.