Skip to content

Commit 7449eec

Browse files
authored
Fix link to docs in README
1 parent 63f333b commit 7449eec

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
@@ -24,7 +24,7 @@ Add the following dependency to your Cargo manifest...
2424
lazy_static = "0.2"
2525
```
2626

27-
...and see the [docs](http://rust-lang-nursery.github.io/lazy-static.rs/lazy_static/index.html) for how to use it.
27+
...and see the [docs](https://docs.rs/lazy_static) for how to use it.
2828

2929
# Example
3030

0 commit comments

Comments
 (0)