Skip to content

Commit 5c92a8e

Browse files
committed
Use the same html_root_url for all docs
1 parent afc1b20 commit 5c92a8e

File tree

36 files changed

+36
-36
lines changed

36 files changed

+36
-36
lines changed

src/liballoc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
#![crate_type = "rlib"]
6767
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
6868
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
69-
html_root_url = "http://doc.rust-lang.org/")]
69+
html_root_url = "http://doc.rust-lang.org/nightly/")]
7070

7171
#![no_std]
7272
#![feature(lang_items, phase, unsafe_destructor)]

src/libarena/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#![license = "MIT/ASL2"]
2727
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2828
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
29-
html_root_url = "http://doc.rust-lang.org/master/")]
29+
html_root_url = "http://doc.rust-lang.org/nightly/")]
3030

3131
#![feature(unsafe_destructor)]
3232
#![allow(missing_doc)]

src/libcollections/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#![license = "MIT/ASL2"]
2020
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2121
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
22-
html_root_url = "http://doc.rust-lang.org/master/",
22+
html_root_url = "http://doc.rust-lang.org/nightly/",
2323
html_playground_url = "http://play.rust-lang.org/")]
2424

2525
#![allow(unknown_features)]

src/libcore/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#![crate_type = "rlib"]
5454
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
5555
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
56-
html_root_url = "http://doc.rust-lang.org/master/",
56+
html_root_url = "http://doc.rust-lang.org/nightly/",
5757
html_playground_url = "http://play.rust-lang.org/")]
5858

5959
#![no_std]

src/libdebug/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#![crate_type = "dylib"]
2424
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2525
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
26-
html_root_url = "http://doc.rust-lang.org/master/")]
26+
html_root_url = "http://doc.rust-lang.org/nightly/")]
2727
#![experimental]
2828
#![feature(macro_rules)]
2929
#![allow(experimental)]

src/libflate/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Simple [DEFLATE][def]-based compression. This is a wrapper around the
2525
#![license = "MIT/ASL2"]
2626
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2727
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
28-
html_root_url = "http://doc.rust-lang.org/master/")]
28+
html_root_url = "http://doc.rust-lang.org/nightly/")]
2929
#![feature(phase)]
3030

3131
#[cfg(test)] #[phase(plugin, link)] extern crate log;

src/libfourcc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fn main() {
4848
#![license = "MIT/ASL2"]
4949
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
5050
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
51-
html_root_url = "http://doc.rust-lang.org/master/")]
51+
html_root_url = "http://doc.rust-lang.org/nightly/")]
5252

5353
#![feature(plugin_registrar)]
5454

src/libgetopts/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
#![license = "MIT/ASL2"]
8686
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
8787
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
88-
html_root_url = "http://doc.rust-lang.org/master/",
88+
html_root_url = "http://doc.rust-lang.org/nightly/",
8989
html_playground_url = "http://play.rust-lang.org/")]
9090
#![feature(globs, phase)]
9191
#![feature(import_shadowing)]

src/libglob/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#![license = "MIT/ASL2"]
3232
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
3333
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
34-
html_root_url = "http://doc.rust-lang.org/master/",
34+
html_root_url = "http://doc.rust-lang.org/nightly/",
3535
html_playground_url = "http://play.rust-lang.org/")]
3636
#![allow(deprecated)]
3737

src/libgraphviz/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ pub fn main() {
273273
#![license = "MIT/ASL2"]
274274
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
275275
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
276-
html_root_url = "http://doc.rust-lang.org/master/")]
276+
html_root_url = "http://doc.rust-lang.org/nightly/")]
277277

278278
use std::io;
279279
use std::str;

src/libgreen/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
#![crate_type = "dylib"]
181181
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
182182
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
183-
html_root_url = "http://doc.rust-lang.org/master/",
183+
html_root_url = "http://doc.rust-lang.org/nightly/",
184184
html_playground_url = "http://play.rust-lang.org/")]
185185

186186
// NB this does *not* include globs, please keep it that way.

src/libhexfloat/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fn main() {
4545
#![license = "MIT/ASL2"]
4646
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
4747
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
48-
html_root_url = "http://doc.rust-lang.org/master/")]
48+
html_root_url = "http://doc.rust-lang.org/nightly/")]
4949
#![feature(plugin_registrar)]
5050

5151
extern crate syntax;

src/liblibc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#![crate_type = "rlib"]
1717
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
1818
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
19-
html_root_url = "http://doc.rust-lang.org/master/",
19+
html_root_url = "http://doc.rust-lang.org/nightly/",
2020
html_playground_url = "http://play.rust-lang.org/")]
2121

2222
/*!

src/liblog/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
#![crate_type = "dylib"]
165165
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
166166
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
167-
html_root_url = "http://doc.rust-lang.org/master/",
167+
html_root_url = "http://doc.rust-lang.org/nightly/",
168168
html_playground_url = "http://play.rust-lang.org/")]
169169
#![feature(macro_rules)]
170170
#![deny(missing_doc)]

src/libnative/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#![crate_type = "dylib"]
5454
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
5555
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
56-
html_root_url = "http://doc.rust-lang.org/master/")]
56+
html_root_url = "http://doc.rust-lang.org/nightly/")]
5757

5858
#![deny(unused_result, unused_must_use)]
5959
#![allow(non_camel_case_types, deprecated)]

src/libnum/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
#![license = "MIT/ASL2"]
5757
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
5858
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
59-
html_root_url = "http://doc.rust-lang.org/master/",
59+
html_root_url = "http://doc.rust-lang.org/nightly/",
6060
html_playground_url = "http://play.rust-lang.org/")]
6161
#![allow(deprecated)] // from_str_radix
6262

src/librand/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#![crate_type = "rlib"]
2222
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
2323
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
24-
html_root_url = "http://doc.rust-lang.org/master/",
24+
html_root_url = "http://doc.rust-lang.org/nightly/",
2525
html_playground_url = "http://play.rust-lang.org/")]
2626

2727
#![feature(macro_rules, phase, globs)]

src/librbml/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#![license = "MIT/ASL2"]
2323
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2424
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
25-
html_root_url = "http://doc.rust-lang.org/master/",
25+
html_root_url = "http://doc.rust-lang.org/nightly/",
2626
html_playground_url = "http://play.rust-lang.org/")]
2727
#![allow(unknown_features)]
2828
#![feature(macro_rules, phase, slicing_syntax)]

src/libregex/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
#![license = "MIT/ASL2"]
366366
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
367367
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
368-
html_root_url = "http://doc.rust-lang.org/master/",
368+
html_root_url = "http://doc.rust-lang.org/nightly/",
369369
html_playground_url = "http://play.rust-lang.org/")]
370370

371371
#![allow(unknown_features)]

src/libregex_macros/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#![license = "MIT/ASL2"]
1818
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
1919
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
20-
html_root_url = "http://doc.rust-lang.org/master/")]
20+
html_root_url = "http://doc.rust-lang.org/nightly/")]
2121

2222
#![feature(plugin_registrar, quote)]
2323

src/librlibc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#![crate_type = "rlib"]
2727
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2828
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
29-
html_root_url = "http://doc.rust-lang.org/master/")]
29+
html_root_url = "http://doc.rust-lang.org/nightly/")]
3030

3131
#![feature(import_shadowing, intrinsics, phase)]
3232
#![no_std]

src/librustc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This API is completely unstable and subject to change.
2626
#![crate_type = "rlib"]
2727
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2828
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
29-
html_root_url = "http://doc.rust-lang.org/master/")]
29+
html_root_url = "http://doc.rust-lang.org/nightly/")]
3030

3131
#![allow(deprecated)]
3232
#![allow(unknown_features)]

src/librustc_back/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#![crate_type = "rlib"]
3030
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
3131
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
32-
html_root_url = "http://doc.rust-lang.org/")]
32+
html_root_url = "http://doc.rust-lang.org/nightly/")]
3333

3434
#![allow(unknown_features)]
3535
#![feature(globs, phase, macro_rules, slicing_syntax)]

src/librustc_llvm/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#![crate_type = "rlib"]
2121
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2222
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
23-
html_root_url = "http://doc.rust-lang.org/")]
23+
html_root_url = "http://doc.rust-lang.org/nightly/")]
2424

2525
#![feature(globs)]
2626
#![feature(link_args)]

src/librustrt/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#![crate_type = "dylib"]
1515
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
1616
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
17-
html_root_url = "http://doc.rust-lang.org/master/")]
17+
html_root_url = "http://doc.rust-lang.org/nightly/")]
1818

1919
#![allow(unknown_features)]
2020
#![feature(macro_rules, phase, globs, thread_local, asm)]

src/libsemver/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#![license = "MIT/ASL2"]
3838
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
3939
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
40-
html_root_url = "http://doc.rust-lang.org/master/")]
40+
html_root_url = "http://doc.rust-lang.org/nightly/")]
4141
#![feature(default_type_params)]
4242

4343
use std::char;

src/libserialize/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Core encoding and decoding interfaces.
2121
#![license = "MIT/ASL2"]
2222
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2323
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
24-
html_root_url = "http://doc.rust-lang.org/master/",
24+
html_root_url = "http://doc.rust-lang.org/nightly/",
2525
html_playground_url = "http://play.rust-lang.org/")]
2626
#![allow(unknown_features)]
2727
#![feature(macro_rules, default_type_params, phase, slicing_syntax)]

src/libstd/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
#![crate_type = "dylib"]
103103
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
104104
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
105-
html_root_url = "http://doc.rust-lang.org/master/",
105+
html_root_url = "http://doc.rust-lang.org/nightly/",
106106
html_playground_url = "http://play.rust-lang.org/")]
107107

108108
#![allow(unknown_features)]

src/libsync/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#![license = "MIT/ASL2"]
2525
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2626
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
27-
html_root_url = "http://doc.rust-lang.org/master/",
27+
html_root_url = "http://doc.rust-lang.org/nightly/",
2828
html_playground_url = "http://play.rust-lang.org/")]
2929

3030
#![feature(phase, globs, macro_rules, unsafe_destructor)]

src/libsyntax/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#![crate_type = "rlib"]
2222
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2323
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
24-
html_root_url = "http://doc.rust-lang.org/master/")]
24+
html_root_url = "http://doc.rust-lang.org/nightly/")]
2525

2626
#![allow(unknown_features)]
2727
#![feature(macro_rules, globs, default_type_params, phase, slicing_syntax)]

src/libterm/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#![crate_type = "dylib"]
4747
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
4848
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
49-
html_root_url = "http://doc.rust-lang.org/master/",
49+
html_root_url = "http://doc.rust-lang.org/nightly/",
5050
html_playground_url = "http://play.rust-lang.org/")]
5151

5252
#![allow(unknown_features)]

src/libtest/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#![crate_type = "dylib"]
3232
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
3333
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
34-
html_root_url = "http://doc.rust-lang.org/master/")]
34+
html_root_url = "http://doc.rust-lang.org/nightly/")]
3535

3636
#![feature(asm, macro_rules, phase)]
3737

src/libtime/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#![license = "MIT/ASL2"]
1919
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2020
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
21-
html_root_url = "http://doc.rust-lang.org/master/",
21+
html_root_url = "http://doc.rust-lang.org/nightly/",
2222
html_playground_url = "http://play.rust-lang.org/")]
2323
#![feature(phase)]
2424

src/libunicode/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#![crate_type = "rlib"]
2727
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2828
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
29-
html_root_url = "http://doc.rust-lang.org/",
29+
html_root_url = "http://doc.rust-lang.org/nightly/",
3030
html_playground_url = "http://play.rust-lang.org/")]
3131
#![no_std]
3232

src/liburl/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#![license = "MIT/ASL2"]
1919
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2020
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
21-
html_root_url = "http://doc.rust-lang.org/master/",
21+
html_root_url = "http://doc.rust-lang.org/nightly/",
2222
html_playground_url = "http://play.rust-lang.org/")]
2323
#![feature(default_type_params)]
2424

src/libuuid/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Examples of string representations:
6565
#![license = "MIT/ASL2"]
6666
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
6767
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
68-
html_root_url = "http://doc.rust-lang.org/master/",
68+
html_root_url = "http://doc.rust-lang.org/nightly/",
6969
html_playground_url = "http://play.rust-lang.org/")]
7070

7171
#![feature(default_type_params)]

0 commit comments

Comments
 (0)