about summary refs log tree commit diff
path: root/src/libhexfloat
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/libhexfloat
parentafc1b20d8e21e4eaf6f97d8dbc746826c2ef1571 (diff)
downloadrust-5c92a8e054d508c260653386bd4861d249a6e09a.tar.gz
rust-5c92a8e054d508c260653386bd4861d249a6e09a.zip
Use the same html_root_url for all docs
Diffstat (limited to 'src/libhexfloat')
-rw-r--r--src/libhexfloat/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs
index 2fcc3b9691a..8335cc16d64 100644
--- a/src/libhexfloat/lib.rs
+++ b/src/libhexfloat/lib.rs
@@ -45,7 +45,7 @@ fn main() {
 #![license = "MIT/ASL2"]
 #![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/nightly/")]
 #![feature(plugin_registrar)]
 
 extern crate syntax;