From 2b9f9c2adb3dce1a4ae1b54c24d56630e15cafdd Mon Sep 17 00:00:00 2001 From: Enrico Batista da Luz Date: Mon, 29 Apr 2024 07:52:39 +1000 Subject: [PATCH] Update and align badges --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index d9d8c43..f84fecf 100644 --- a/README.rst +++ b/README.rst @@ -1,18 +1,19 @@ django-thumbor ============== -.. image:: https://travis-ci.org/ricobl/django-thumbor.png?branch=master - :target: https://travis-ci.org/ricobl/django-thumbor - :alt: CI status on Travis CI +.. |build| image:: https://github.com/ricobl/django-thumbor/actions/workflows/test.yml/badge.svg?branch=master + :target: https://github.com/ricobl/django-thumbor/actions/workflows/test.yml + :alt: Test Build Status -.. image:: http://img.shields.io/pypi/v/django-thumbor.svg +.. |version| image:: http://img.shields.io/pypi/v/django-thumbor.svg :target: https://pypi.python.org/pypi/django-thumbor/ :alt: Latest django-thumbor PyPI version -.. image:: https://img.shields.io/pypi/dm/django-thumbor.svg +.. |downloads| image:: https://img.shields.io/pypi/dm/django-thumbor.svg :target: https://pypi.python.org/pypi/django-thumbor/ :alt: Number of downloads for django-thumbor on PyPI +|build| |version| |downloads| A django application to resize images using the `thumbor `_ service.