about summary refs log tree commit diff
path: root/src/libnative
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-05-22 16:56:23 -0700
committerbors <bors@rust-lang.org>2014-05-22 16:56:23 -0700
commita0960a12239a473c2608e068824f565d6cd63966 (patch)
tree24cfe9b92b419ba3b962678251806f96e803b4ee /src/libnative
parent87ad19eb78239707f1ceed43e475c6aa052efdbc (diff)
parent711f531b655941b163303062562047767967ea84 (diff)
auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw
Diffstat (limited to 'src/libnative')
-rw-r--r--src/libnative/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnative/lib.rs b/src/libnative/lib.rs
index 634bf1dcedb..d2d8ad06fdb 100644
--- a/src/libnative/lib.rs
+++ b/src/libnative/lib.rs
@@ -47,7 +47,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://static.rust-lang.org/doc/master")]
+       html_root_url = "http://doc.rust-lang.org/")]
 #![deny(unused_result, unused_must_use)]
 #![allow(non_camel_case_types)]
 #![feature(macro_rules)]