Skip to content

Commit 33afc7a

Browse files
authored
README.md(s): fix build badges (#198)
1 parent 7c7c3d7 commit 33afc7a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

belt-mac/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ dual licensed as above, without any additional terms or conditions.
5656
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
5757
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5858
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260044-MACs
59-
[build-image]: https://github.com/RustCrypto/MACs/workflows/belt-mac/badge.svg?branch=master&event=push
60-
[build-link]: https://github.com/RustCrypto/MACs/actions?query=workflow%3Abelt-mac
59+
[build-image]: https://github.com/RustCrypto/MACs/actions/workflows/belt-mac.yml/badge.svg
60+
[build-link]: https://github.com/RustCrypto/MACs/actions/workflows/belt-mac.yml
6161

6262
[//]: # (general links)
6363

cbc-mac/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ dual licensed as above, without any additional terms or conditions.
5555
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
5656
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5757
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260044-MACs
58-
[build-image]: https://github.com/RustCrypto/MACs/workflows/cbc-mac/badge.svg?branch=master&event=push
59-
[build-link]: https://github.com/RustCrypto/MACs/actions?query=workflow%3Acbc-mac
58+
[build-image]: https://github.com/RustCrypto/MACs/actions/workflows/cbc-mac.yml/badge.svg
59+
[build-link]: https://github.com/RustCrypto/MACs/actions/workflows/cbc-mac.yml
6060

6161
[//]: # (general links)
6262

cmac/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ dual licensed as above, without any additional terms or conditions.
7272
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
7373
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
7474
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260044-MACs
75-
[build-image]: https://github.com/RustCrypto/MACs/workflows/cmac/badge.svg?branch=master&event=push
76-
[build-link]: https://github.com/RustCrypto/MACs/actions?query=workflow%3Acmac
75+
[build-image]: https://github.com/RustCrypto/MACs/actions/workflows/cmac.yml/badge.svg
76+
[build-link]: https://github.com/RustCrypto/MACs/actions/workflows/cmac.yml
7777

7878
[//]: # (general links)
7979

pmac/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ dual licensed as above, without any additional terms or conditions.
7070
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
7171
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
7272
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260044-MACs
73-
[build-image]: https://github.com/RustCrypto/MACs/workflows/pmac/badge.svg?branch=master&event=push
74-
[build-link]: https://github.com/RustCrypto/MACs/actions?query=workflow%3Apmac
73+
[build-image]: https://github.com/RustCrypto/MACs/actions/workflows/pmac.yml/badge.svg
74+
[build-link]: https://github.com/RustCrypto/MACs/actions/workflows/pmac.yml
7575

7676
[//]: # (general links)
7777

0 commit comments

Comments
 (0)