diff --git a/README.rst b/README.rst index 562d3ec1..546b6f50 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ :target: https://pypi.org/project/dependency-injector/ :alt: Wheel -.. image:: https://img.shields.io/github/workflow/status/ets-labs/python-dependency-injector/Tests%20and%20linters/master +.. image:: https://img.shields.io/github/actions/workflow/status/ets-labs/python-dependency-injector/tests-and-linters.yml?branch=master :target: https://github.com/ets-labs/python-dependency-injector/actions :alt: Build Status diff --git a/docs/index.rst b/docs/index.rst index 290a0f1f..93203043 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -50,7 +50,7 @@ Dependency Injector --- Dependency injection framework for Python :target: https://pypi.org/project/dependency-injector/ :alt: Wheel -.. image:: https://img.shields.io/github/workflow/status/ets-labs/python-dependency-injector/Tests%20and%20linters/master +.. image:: https://img.shields.io/github/actions/workflow/status/ets-labs/python-dependency-injector/tests-and-linters.yml?branch=master :target: https://github.com/ets-labs/python-dependency-injector/actions :alt: Build Status diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 28a8f257..890c4160 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -21,6 +21,7 @@ Development version - Update FastAPI Redis example to use ``aioredis`` version 2 `#613 `_. - Update documentation on creating custom providers `#598 `_. - Regenerate C sources using Cython 0.29.32. +- Fix builds badge. 4.40.0 ------