Skip to content

Commit 9b0b3f6

Browse files
authored
Merge pull request #79 from ucarion/ucarion-fix-readme-link
Fix link to docs in README
2 parents 63f333b + 7449eec commit 9b0b3f6

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)