about summary refs log tree commit diff
path: root/src/liblog
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-10-06 16:19:37 -0700
committerBrian Anderson <banderson@mozilla.com>2014-10-07 11:18:50 -0700
commit2288f332301b9e22db2890df256322650a7f3445 (patch)
tree31a55847580e702ad351b60dbdb76a8f53def42e /src/liblog
parentd2856f8127431eb2f441f32c8aa0224794326d93 (diff)
downloadrust-2288f332301b9e22db2890df256322650a7f3445.tar.gz
rust-2288f332301b9e22db2890df256322650a7f3445.zip
Update html_root_url for 0.12.0 release
Diffstat (limited to 'src/liblog')
-rw-r--r--src/liblog/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblog/lib.rs b/src/liblog/lib.rs
index aa853b0474a..8f0054a37fa 100644
--- a/src/liblog/lib.rs
+++ b/src/liblog/lib.rs
@@ -164,7 +164,7 @@
 #![crate_type = "dylib"]
 #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "http://www.rust-lang.org/favicon.ico",
-       html_root_url = "http://doc.rust-lang.org/master/",
+       html_root_url = "http://doc.rust-lang.org/0.12.0/",
        html_playground_url = "http://play.rust-lang.org/")]
 #![feature(macro_rules)]
 #![deny(missing_doc)]