about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-10-09 10:47:22 -0700
committerBrian Anderson <banderson@mozilla.com>2014-10-09 10:50:13 -0700
commit5c92a8e054d508c260653386bd4861d249a6e09a (patch)
treea8e641df071fbdffb6f768e4b8fde6de4c5890ac /src/liballoc/lib.rs
parentafc1b20d8e21e4eaf6f97d8dbc746826c2ef1571 (diff)
downloadrust-5c92a8e054d508c260653386bd4861d249a6e09a.tar.gz
rust-5c92a8e054d508c260653386bd4861d249a6e09a.zip
Use the same html_root_url for all docs
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index c31d746d8f2..7b008a76dd6 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -66,7 +66,7 @@
 #![crate_type = "rlib"]
 #![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/")]
+       html_root_url = "http://doc.rust-lang.org/nightly/")]
 
 #![no_std]
 #![feature(lang_items, phase, unsafe_destructor)]