From bf01aac15512caa00f07858ce09168f2a4e11847 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Wed, 17 Jul 2024 05:22:39 +1000 Subject: [PATCH] Fix up CI workflow badge URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d48f6e4..caca94f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ It allows you to invoke commands on target Windows machines from any machine that can run Python. [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/diyan/pywinrm/blob/master/LICENSE) -[![Test workflow](https://github.com/diyan/pywinrm/workflows/Test%20pywinrm/badge.svg)](https://github.com/diyan/pywinrm/actions/workflows/ci.yml) +[![Test workflow](https://github.com/diyan/pywinrm/actions/workflows/ci.yml/badge.svg)](https://github.com/diyan/pywinrm/actions/workflows/ci.yml) [![Coverage](https://coveralls.io/repos/diyan/pywinrm/badge.svg)](https://coveralls.io/r/diyan/pywinrm) [![PyPI](https://img.shields.io/pypi/dm/pywinrm.svg)](https://pypi.python.org/pypi/pywinrm)