diff --git a/src/lib.rs b/src/lib.rs index 281b466..957382d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -211,7 +211,7 @@ #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", html_favicon_url = "https://www.rust-lang.org/favicon.ico", - html_root_url = "https://docs.rs/$crate/$version")] + html_root_url = "https://docs.rs/log/0.3.8")] #![warn(missing_docs)] #![deny(missing_debug_implementations)] #![cfg_attr(feature = "nightly", feature(panic_handler))]