Skip to content

Commit a055f22

Browse files
authored
Fix links for badges
1 parent cd49841 commit a055f22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# attribute-derive
22

3-
![docs.rs](https://img.shields.io/docsrs/attribute-derive)
4-
![crates.io](https://img.shields.io/crates/v/attribute-derive)
5-
![MIT](https://img.shields.io/crates/l/attribute-derive)
3+
[![docs.rs](https://img.shields.io/docsrs/attribute-derive)](https://docs.rs/attribute-derive/latest/attribute_derive/)
4+
[![lib.rs](https://img.shields.io/crates/v/attribute-derive)](https://lib.rs/crates/attribute-derive)
5+
[![MIT](https://img.shields.io/crates/l/attribute-derive)](LICENSE)
66

77
Basicly clap for attribute macros:
88
```rust

0 commit comments

Comments
 (0)