Skip to content

Commit 82ba427

Browse files
authored
fix Update README.md
1 parent 6f864e4 commit 82ba427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ as well as anything that requires non-const function calls to be computed.
1010

1111
[![Rust](https://github.com/rust-lang-nursery/lazy-static.rs/actions/workflows/rust.yml/badge.svg)](https://github.com/rust-lang-nursery/lazy-static.rs/actions/workflows/rust.yml)
1212
[![Latest version](https://img.shields.io/crates/v/lazy_static.svg)](https://crates.io/crates/lazy_static)
13-
[![Documentation](https://docs.rs/lazy_static/badge.svg)](https://docs.rs/lazy_static)
13+
[![Documentation]( https://img.shields.io/docsrs/lazy_static/latest)](https://docs.rs/lazy_static)
1414
[![License](https://img.shields.io/crates/l/lazy_static.svg)](https://github.com/rust-lang-nursery/lazy-static.rs#license)
1515

1616
## Minimum supported `rustc`

0 commit comments

Comments
 (0)