Merge pull request #160 from opilar/bugfix/documentation-link

Docs link to docs.rs
This commit is contained in:
Alex Crichton 2017-05-21 10:28:28 -05:00 committed by GitHub
commit cf501f6375

View File

@ -6,7 +6,7 @@ authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/log"
documentation = "https://doc.rust-lang.org/log"
documentation = "https://docs.rs/log"
homepage = "https://github.com/rust-lang/log"
description = """
A lightweight logging facade for Rust