Skip to content

Commit 4058364

Browse files
umarcoreine
authored andcommitted
readme: update shield syntax (badges/shields#8671)
1 parent 868eea1 commit 4058364

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@
3131
/></a><!--
3232
-->
3333
<a title="'docs' workflow Status"
34-
href="https://github.com/VUnit/vunit/actions?query=workflow%3Adocs"
35-
><img alt="'docs' workflow Status" src="https://img.shields.io/github/workflow/status/VUnit/vunit/docs/master?longCache=true&style=flat-square&label=docs&logo=GitHub%20Actions&logoColor=fff"
34+
href="https://github.com/VUnit/vunit/actions/workflows/docs.yml"
35+
><img alt="'docs' workflow Status" src="https://img.shields.io/github/actions/workflow/status/VUnit/vunit/docs.yml?branch=master&longCache=true&style=flat-square&label=docs&logo=GitHub%20Actions&logoColor=fff"
3636
/></a><!--
3737
-->
3838
<a title="'images' workflow Status"
39-
href="https://github.com/VUnit/vunit/actions?query=workflow%3Aimages"
40-
><img alt="'images' workflow Status" src="https://img.shields.io/github/workflow/status/VUnit/vunit/images/master?longCache=true&style=flat-square&label=imgs&logo=GitHub%20Actions&logoColor=fff"
39+
href="https://github.com/VUnit/vunit/actions/workflows/images.yml"
40+
><img alt="'images' workflow Status" src="https://img.shields.io/github/actions/workflow/status/VUnit/vunit/images.yml?branch=master&longCache=true&style=flat-square&label=imgs&logo=GitHub%20Actions&logoColor=fff"
4141
/></a><!--
4242
-->
4343
<a title="'push' workflow Status"
44-
href="https://github.com/VUnit/vunit/actions?query=workflow%3Apush"
45-
><img alt="'push' workflow Status" src="https://img.shields.io/github/workflow/status/VUnit/vunit/push/master?longCache=true&style=flat-square&label=push&logo=GitHub%20Actions&logoColor=fff"
44+
href="https://github.com/VUnit/vunit/actions/workflows/push.yml"
45+
><img alt="'push' workflow Status" src="https://img.shields.io/github/actions/workflow/status/VUnit/vunit/push.yml?branch=master&longCache=true&style=flat-square&label=push&logo=GitHub%20Actions&logoColor=fff"
4646
/></a><!--
4747
-->
4848
<a title="'coverage' workflow Status"
49-
href="https://github.com/VUnit/vunit/actions?query=workflow%3Acoverage"
50-
><img alt="'coverage' workflow Status" src="https://img.shields.io/github/workflow/status/VUnit/vunit/coverage/master?longCache=true&style=flat-square&label=coverage&logo=GitHub%20Actions&logoColor=fff"
49+
href="https://github.com/VUnit/vunit/actions/workflows/coverage.yml"
50+
><img alt="'coverage' workflow Status" src="https://img.shields.io/github/actions/workflow/status/VUnit/vunit/coverage.yml?branch=master&longCache=true&style=flat-square&label=coverage&logo=GitHub%20Actions&logoColor=fff"
5151
/></a>
5252
</p>
5353

0 commit comments

Comments
 (0)