This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch exp/poetry in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit d8ae07a707dc3f235c02db9c765ffbe6830aa9f6 Author: bossenti <[email protected]> AuthorDate: Tue Aug 1 19:03:45 2023 +0200 chore: fix image link to interrogate badge Signed-off-by: bossenti <[email protected]> --- streampipes-client-python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streampipes-client-python/README.md b/streampipes-client-python/README.md index 35f7b7696..8b58d1ac5 100644 --- a/streampipes-client-python/README.md +++ b/streampipes-client-python/README.md @@ -52,7 +52,7 @@ and the amazing universe of data analytics libraries in Python. </p> <a href="https://github.com/python/mypy" target="_blank"> <img src="https://img.shields.io/badge/typed-mypy-blue" alt="Typed: MyPy"> </a> -<img src="./docs/img/interrogate_badge.svg" alt= “interrogate” height="20"> +<img src="https://raw.githubusercontent.com/apache/streampipes/dev/streampipes-client-python/docs/img/interrogate_badge.svg" alt= “interrogate” height="20"> <a href="https://pypi.org/project/streampipes/" target="_blank"> <img src="https://img.shields.io/pypi/dm/streampipes" alt="Downloads: PyPI/Month"> </a>
