about summary refs log tree commit diff
path: root/src/libdebug/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdebug/lib.rs')
-rw-r--r--src/libdebug/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libdebug/lib.rs b/src/libdebug/lib.rs
index 21abfae8be9..459e1592f67 100644
--- a/src/libdebug/lib.rs
+++ b/src/libdebug/lib.rs
@@ -23,7 +23,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/nightly/")]
 #![experimental]
 #![feature(macro_rules)]
 #![allow(experimental)]