Skip to content

Commit 36e7a4f

Browse files
committed
Updated some badge links in README + docs
1 parent ebc6048 commit 36e7a4f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ django-simple-history
1010
:alt: Documentation Status
1111

1212
.. image:: https://img.shields.io/codecov/c/github/jazzband/django-simple-history/master.svg
13-
:target: http://codecov.io/github/jazzband/django-simple-history?branch=master
13+
:target: https://app.codecov.io/github/jazzband/django-simple-history?branch=master
1414
:alt: Test Coverage
1515

1616
.. image:: https://img.shields.io/pypi/v/django-simple-history.svg
17-
:target: https://pypi.python.org/pypi/django-simple-history
17+
:target: https://pypi.org/project/django-simple-history/
1818
:alt: PyPI Version
1919

2020
.. image:: https://api.codeclimate.com/v1/badges/66cfd94e2db991f2d28a/maintainability
2121
:target: https://codeclimate.com/github/jazzband/django-simple-history/maintainability
2222
:alt: Maintainability
2323

24-
.. image:: https://pepy.tech/badge/django-simple-history
24+
.. image:: https://static.pepy.tech/badge/django-simple-history
2525
:target: https://pepy.tech/project/django-simple-history
2626
:alt: Downloads
2727

2828
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
29-
:target: https://github.com/ambv/black
29+
:target: https://github.com/psf/black
3030
:alt: Code Style
3131

3232
.. image:: https://jazzband.co/static/img/badge.svg

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ django-simple-history
1010
:alt: Documentation Status
1111

1212
.. image:: https://img.shields.io/codecov/c/github/jazzband/django-simple-history/master.svg
13-
:target: http://codecov.io/github/jazzband/django-simple-history?branch=master
13+
:target: https://app.codecov.io/github/jazzband/django-simple-history?branch=master
1414
:alt: Test Coverage
1515

1616
.. image:: https://img.shields.io/pypi/v/django-simple-history.svg
17-
:target: https://pypi.python.org/pypi/django-simple-history
17+
:target: https://pypi.org/project/django-simple-history/
1818
:alt: PyPI Version
1919

2020
.. image:: https://api.codeclimate.com/v1/badges/66cfd94e2db991f2d28a/maintainability
2121
:target: https://codeclimate.com/github/jazzband/django-simple-history/maintainability
2222
:alt: Maintainability
2323

24-
.. image:: https://pepy.tech/badge/django-simple-history
24+
.. image:: https://static.pepy.tech/badge/django-simple-history
2525
:target: https://pepy.tech/project/django-simple-history
2626
:alt: Downloads
2727

2828
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
29-
:target: https://github.com/ambv/black
29+
:target: https://github.com/psf/black
3030
:alt: Code Style
3131

3232
.. image:: https://jazzband.co/static/img/badge.svg

0 commit comments

Comments
 (0)