Skip to content

Commit fa2d220

Browse files
committed
Update doc URLs for version bump
1 parent b57d272 commit fa2d220

File tree

32 files changed

+32
-32
lines changed

32 files changed

+32
-32
lines changed

src/libarena/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/")]
29+
html_root_url = "http://doc.rust-lang.org/master/")]
3030

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

src/libcollections/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/",
21+
html_root_url = "http://doc.rust-lang.org/master/",
2222
html_playground_url = "http://play.rust-lang.org/")]
2323

2424
#![feature(macro_rules, managed_boxes, default_type_params, phase, globs)]

src/libcore/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/",
56+
html_root_url = "http://doc.rust-lang.org/master/",
5757
html_playground_url = "http://play.rust-lang.org/")]
5858

5959
#![no_std]

src/libdebug/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/")]
26+
html_root_url = "http://doc.rust-lang.org/master/")]
2727
#![experimental]
2828
#![feature(managed_boxes, macro_rules)]
2929
#![allow(experimental)]

src/libflate/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/")]
28+
html_root_url = "http://doc.rust-lang.org/master/")]
2929
#![feature(phase)]
3030

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

src/libfourcc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fn main() {
4646
#![license = "MIT/ASL2"]
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/0.11.0/")]
49+
html_root_url = "http://doc.rust-lang.org/master/")]
5050

5151
#![feature(plugin_registrar, managed_boxes)]
5252

src/libgetopts/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
#![license = "MIT/ASL2"]
8484
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
8585
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
86-
html_root_url = "http://doc.rust-lang.org/0.11.0/",
86+
html_root_url = "http://doc.rust-lang.org/master/",
8787
html_playground_url = "http://play.rust-lang.org/")]
8888
#![feature(globs, phase)]
8989
#![deny(missing_doc)]

src/libglob/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#![license = "MIT/ASL2"]
3131
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
3232
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
33-
html_root_url = "http://doc.rust-lang.org/0.11.0/",
33+
html_root_url = "http://doc.rust-lang.org/master/",
3434
html_playground_url = "http://play.rust-lang.org/")]
3535

3636
use std::cell::Cell;

src/libgraphviz/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/")]
276+
html_root_url = "http://doc.rust-lang.org/master/")]
277277

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

src/libgreen/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
#![crate_type = "dylib"]
205205
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
206206
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
207-
html_root_url = "http://doc.rust-lang.org/0.11.0/",
207+
html_root_url = "http://doc.rust-lang.org/master/",
208208
html_playground_url = "http://play.rust-lang.org/")]
209209

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

src/libhexfloat/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fn main() {
4343
#![license = "MIT/ASL2"]
4444
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
4545
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
46-
html_root_url = "http://doc.rust-lang.org/0.11.0/")]
46+
html_root_url = "http://doc.rust-lang.org/master/")]
4747
#![feature(plugin_registrar, managed_boxes)]
4848

4949
extern crate syntax;

src/liblibc/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/",
19+
html_root_url = "http://doc.rust-lang.org/master/",
2020
html_playground_url = "http://play.rust-lang.org/")]
2121

2222
/*!

src/liblog/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ if logging is disabled, none of the components of the log will be executed.
112112
#![crate_type = "dylib"]
113113
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
114114
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
115-
html_root_url = "http://doc.rust-lang.org/0.11.0/",
115+
html_root_url = "http://doc.rust-lang.org/master/",
116116
html_playground_url = "http://play.rust-lang.org/")]
117117
#![feature(macro_rules)]
118118
#![deny(missing_doc)]

src/libnative/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/")]
56+
html_root_url = "http://doc.rust-lang.org/master/")]
5757

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

src/libnum/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
#![license = "MIT/ASL2"]
5252
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
5353
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
54-
html_root_url = "http://doc.rust-lang.org/0.11.0/",
54+
html_root_url = "http://doc.rust-lang.org/master/",
5555
html_playground_url = "http://play.rust-lang.org/")]
5656
#![allow(deprecated)] // from_str_radix
5757

src/librand/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/",
24+
html_root_url = "http://doc.rust-lang.org/master/",
2525
html_playground_url = "http://play.rust-lang.org/")]
2626

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

src/libregex/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
#![license = "MIT/ASL2"]
364364
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
365365
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
366-
html_root_url = "http://doc.rust-lang.org/0.11.0/",
366+
html_root_url = "http://doc.rust-lang.org/master/",
367367
html_playground_url = "http://play.rust-lang.org/")]
368368

369369
#![feature(macro_rules, phase)]

src/libregex_macros/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/")]
20+
html_root_url = "http://doc.rust-lang.org/master/")]
2121

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

src/librlibc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#![crate_type = "rlib"]
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/0.11.0/")]
28+
html_root_url = "http://doc.rust-lang.org/master/")]
2929
#![feature(intrinsics)]
3030

3131
#![no_std]

src/librustc/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/")]
29+
html_root_url = "http://doc.rust-lang.org/master/")]
3030

3131
#![allow(deprecated)]
3232
#![feature(macro_rules, globs, struct_variant, managed_boxes, quote)]

src/librustrt/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/")]
17+
html_root_url = "http://doc.rust-lang.org/master/")]
1818

1919
#![feature(macro_rules, phase, globs, thread_local, managed_boxes, asm)]
2020
#![feature(linkage, lang_items, unsafe_destructor, default_type_params)]

src/librustuv/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ via `close` and `delete` methods.
4141
#![crate_type = "dylib"]
4242
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
4343
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
44-
html_root_url = "http://doc.rust-lang.org/0.11.0/",
44+
html_root_url = "http://doc.rust-lang.org/master/",
4545
html_playground_url = "http://play.rust-lang.org/")]
4646

4747
#![feature(macro_rules, unsafe_destructor)]

src/libsemver/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#![license = "MIT/ASL2"]
3636
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
3737
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
38-
html_root_url = "http://doc.rust-lang.org/0.11.0/")]
38+
html_root_url = "http://doc.rust-lang.org/master/")]
3939
#![feature(default_type_params)]
4040

4141
use std::char;

src/libserialize/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/",
24+
html_root_url = "http://doc.rust-lang.org/master/",
2525
html_playground_url = "http://play.rust-lang.org/")]
2626
#![feature(macro_rules, managed_boxes, default_type_params, phase)]
2727

src/libstd/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/",
105+
html_root_url = "http://doc.rust-lang.org/master/",
106106
html_playground_url = "http://play.rust-lang.org/")]
107107

108108
#![feature(macro_rules, globs, managed_boxes, linkage)]

src/libsync/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/",
27+
html_root_url = "http://doc.rust-lang.org/master/",
2828
html_playground_url = "http://play.rust-lang.org/")]
2929

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

src/libsyntax/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/")]
24+
html_root_url = "http://doc.rust-lang.org/master/")]
2525

2626
#![feature(macro_rules, globs, managed_boxes, default_type_params, phase)]
2727
#![feature(quote, unsafe_destructor)]

src/libterm/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/",
49+
html_root_url = "http://doc.rust-lang.org/master/",
5050
html_playground_url = "http://play.rust-lang.org/")]
5151

5252
#![feature(macro_rules, phase)]

src/libtest/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/")]
34+
html_root_url = "http://doc.rust-lang.org/master/")]
3535

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

src/libtime/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/",
21+
html_root_url = "http://doc.rust-lang.org/master/",
2222
html_playground_url = "http://play.rust-lang.org/")]
2323
#![feature(phase)]
2424

src/liburl/lib.rs

Lines changed: 1 addition & 1 deletion
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/0.11.0/",
20+
html_root_url = "http://doc.rust-lang.org/master/",
2121
html_playground_url = "http://play.rust-lang.org/")]
2222
#![feature(default_type_params)]
2323

src/libuuid/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Examples of string representations:
6161
#![license = "MIT/ASL2"]
6262
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
6363
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
64-
html_root_url = "http://doc.rust-lang.org/0.11.0/",
64+
html_root_url = "http://doc.rust-lang.org/master/",
6565
html_playground_url = "http://play.rust-lang.org/")]
6666

6767
#![feature(default_type_params)]

0 commit comments

Comments
 (0)