diff --git a/README.rst b/README.rst index 31880ba..2c88e9f 100644 --- a/README.rst +++ b/README.rst @@ -8,9 +8,9 @@ Brawl Stats :target: https://pypi.org/project/brawlstats/ :alt: PyPi -.. image:: https://travis-ci.com/SharpBit/brawlstats.svg?branch=master - :target: https://travis-ci.com/SharpBit/brawlstats - :alt: Travis-CI build +.. image:: https://github.com/SharpBit/brawlstats/actions/workflows/tests.yml/badge.svg + :target: https://github.com/SharpBit/brawlstats/actions/workflows/tests.yml/badge.svg + :alt: GitHub Actions Tests .. image:: https://img.shields.io/pypi/pyversions/brawlstats.svg :target: https://pypi.org/project/brawlstats/ @@ -20,6 +20,10 @@ Brawl Stats :target: https://github.com/SharpBit/brawlstats/blob/master/LICENSE :alt: MIT License +.. image:: https://readthedocs.org/projects/brawlstats/badge/?version=stable + :target: https://brawlstats.readthedocs.io/en/stable/?badge=stable + :alt: Documentation Status + - BrawlStats is a sync and async Python API wrapper to fetch statistics from the official Brawl Stars API. - Python 3.9 or later is required. diff --git a/docs/index.rst b/docs/index.rst index 8439a8f..3e88eab 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,9 +5,9 @@ Welcome to Brawl Stats' documentation! :target: https://pypi.org/project/brawlstats/ :alt: PyPi -.. image:: https://travis-ci.com/SharpBit/brawlstats.svg?branch=master - :target: https://travis-ci.com/SharpBit/brawlstats - :alt: Travis-CI build +.. image:: https://github.com/SharpBit/brawlstats/actions/workflows/tests.yml/badge.svg + :target: https://github.com/SharpBit/brawlstats/actions/workflows/tests.yml/badge.svg + :alt: GitHub Actions Tests .. image:: https://img.shields.io/pypi/pyversions/brawlstats.svg :target: https://pypi.org/project/brawlstats/ @@ -17,6 +17,10 @@ Welcome to Brawl Stats' documentation! :target: https://github.com/SharpBit/brawlstats/blob/master/LICENSE :alt: MIT License +.. image:: https://readthedocs.org/projects/brawlstats/badge/?version=stable + :target: https://brawlstats.readthedocs.io/en/stable/?badge=stable + :alt: Documentation Status + - BrawlStats is a sync and async Python API wrapper to fetch statistics from the official Brawl Stars API. - Python 3.9 or later is required.