Skip to content

Commit cbad89d

Browse files
authored
cshake: fix badges in readme (#830)
1 parent 3b81094 commit cbad89d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cshake/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@ dual licensed as above, without any additional terms or conditions.
5959

6060
[//]: # (badges)
6161

62-
[crate-image]: https://img.shields.io/crates/v/sha3.svg
63-
[crate-link]: https://crates.io/crates/sha3
64-
[docs-image]: https://docs.rs/sha3/badge.svg
65-
[docs-link]: https://docs.rs/sha3/
62+
[crate-image]: https://img.shields.io/crates/v/cshake.svg
63+
[crate-link]: https://crates.io/crates/cshake
64+
[docs-image]: https://docs.rs/cshake/badge.svg
65+
[docs-link]: https://docs.rs/cshake
6666
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
6767
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
6868
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
6969
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260041-hashes
70-
[build-image]: https://github.com/RustCrypto/hashes/actions/workflows/sha3.yml/badge.svg?branch=master
71-
[build-link]: https://github.com/RustCrypto/hashes/actions/workflows/sha3.yml?query=branch:master
70+
[build-image]: https://github.com/RustCrypto/hashes/actions/workflows/cshake.yml/badge.svg?branch=master
71+
[build-link]: https://github.com/RustCrypto/hashes/actions/workflows/cshake.yml?query=branch:master
7272

7373
[//]: # (general links)
7474

0 commit comments

Comments
 (0)