]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/lib.rs
auto merge of #15610 : brson/rust/0.12.0, r=alexcrichton
[rust.git] / src / libstd / lib.rs
index 881c9d96481b702075761d09411b2eab6b758e5f..4b4ec367826d51b2c446c1da02d6bd07444bd1d7 100644 (file)
 #![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/0.11.0/",
+       html_root_url = "http://doc.rust-lang.org/master/",
        html_playground_url = "http://play.rust-lang.org/")]
 
 #![feature(macro_rules, globs, managed_boxes, linkage)]