Skip to content

Commit e7ea410

Browse files
author
Ross Mechanic
authored
Removed 'health' badge and added 'maintainability' badge (#493)
1 parent a5bd31a commit e7ea410

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,17 @@ django-simple-history
1313
:target: https://pypi.python.org/pypi/django-simple-history
1414
:alt: PyPI Version
1515

16-
.. image:: https://landscape.io/github/treyhunner/django-simple-history/master/landscape.png
17-
:target: https://landscape.io/github/treyhunner/django-simple-history/master
18-
:alt: Code Health
16+
.. image:: https://api.codeclimate.com/v1/badges/66cfd94e2db991f2d28a/maintainability
17+
:target: https://codeclimate.com/github/treyhunner/django-simple-history/maintainability
18+
:alt: Maintainability
1919

2020
.. image:: https://pepy.tech/badge/django-simple-history
2121
:target: https://pepy.tech/project/django-simple-history
22+
:alt: Downloads
2223

2324
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
24-
:target: https://github.com/ambv/black
25+
:target: https://github.com/ambv/black
26+
:alt: Code Style
2527

2628

2729
django-simple-history stores Django model state on every create/update/delete.

0 commit comments

Comments
 (0)