Skip to content

Commit f9ab26d

Browse files
committed
Fix badges
1 parent c10f295 commit f9ab26d

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v4.1.1
2+
======
3+
4+
* Fixed badges in README.
5+
16
v4.1.0
27
======
38

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
.. image:: https://img.shields.io/pypi/v/skeleton.svg
1+
.. image:: https://img.shields.io/pypi/v/importlib_resources.svg
22
:target: `PyPI link`_
33

4-
.. image:: https://img.shields.io/pypi/pyversions/skeleton.svg
4+
.. image:: https://img.shields.io/pypi/pyversions/importlib_resources.svg
55
:target: `PyPI link`_
66

7-
.. _PyPI link: https://pypi.org/project/skeleton
7+
.. _PyPI link: https://pypi.org/project/importlib_resources
88

9-
.. image:: https://github.com/jaraco/skeleton/workflows/Automated%20Tests/badge.svg
10-
:target: https://github.com/jaraco/skeleton/actions?query=workflow%3A%22Automated+Tests%22
9+
.. image:: https://github.com/python/importlib_resources/workflows/Automated%20Tests/badge.svg
10+
:target: https://github.com/python/importlib_resources/actions?query=workflow%3A%22Automated+Tests%22
1111
:alt: Automated Tests
1212

1313
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
1414
:target: https://github.com/psf/black
1515
:alt: Code style: Black
1616

17-
.. .. image:: https://readthedocs.org/projects/skeleton/badge/?version=latest
18-
.. :target: https://skeleton.readthedocs.io/en/latest/?badge=latest
17+
.. image:: https://readthedocs.org/projects/importlib-resources/badge/?version=latest
18+
:target: https://importlib-resources.readthedocs.io/en/latest/?badge=latest
1919

2020
``importlib_resources`` is a backport of Python standard library
2121
`importlib.resources

0 commit comments

Comments
 (0)