Skip to content

Commit f8bc817

Browse files
author
Daniel Lockyer
authored
Update documentation URL
1 parent e5e36f1 commit f8bc817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66

77
description = "A macro for declaring lazily evaluated statics in Rust."
88
readme = "README.md"
9-
documentation = "http://rust-lang-nursery.github.io/lazy-static.rs/lazy_static/index.html"
9+
documentation = "https://docs.rs/lazy_static"
1010

1111
repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
1212
keywords = ["macro", "lazy", "static"]

0 commit comments

Comments
 (0)