Skip to content

Commit 659d242

Browse files
committed
Update builds badge
1 parent 6b13b6d commit 659d242

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
:target: https://pypi.org/project/dependency-injector/
3636
:alt: Wheel
3737

38-
.. image:: https://img.shields.io/github/workflow/status/ets-labs/python-dependency-injector/Tests%20and%20linters/master
38+
.. image:: https://img.shields.io/github/actions/workflow/status/ets-labs/python-dependency-injector/tests-and-linters.yml?branch=master
3939
:target: https://github.com/ets-labs/python-dependency-injector/actions
4040
:alt: Build Status
4141

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Dependency Injector --- Dependency injection framework for Python
5050
:target: https://pypi.org/project/dependency-injector/
5151
:alt: Wheel
5252

53-
.. image:: https://img.shields.io/github/workflow/status/ets-labs/python-dependency-injector/Tests%20and%20linters/master
53+
.. image:: https://img.shields.io/github/actions/workflow/status/ets-labs/python-dependency-injector/tests-and-linters.yml?branch=master
5454
:target: https://github.com/ets-labs/python-dependency-injector/actions
5555
:alt: Build Status
5656

docs/main/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Development version
2121
- Update FastAPI Redis example to use ``aioredis`` version 2 `#613 <https://github.com/ets-labs/python-dependency-injector/pull/613>`_.
2222
- Update documentation on creating custom providers `#598 <https://github.com/ets-labs/python-dependency-injector/pull/598>`_.
2323
- Regenerate C sources using Cython 0.29.32.
24+
- Fix builds badge.
2425

2526
4.40.0
2627
------

0 commit comments

Comments
 (0)