File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313#[ link( name = "cargo" ,
1414 vers = "0.2" ,
1515 uuid = "9ff87a04-8fed-4295-9ff8-f99bb802650b" ,
16- url = "http ://rust-lang.org/doc /cargo" ) ] ;
16+ url = "https ://github.com/mozilla/rust/tree/master/src /cargo" ) ] ;
1717
1818#[ crate_type = "bin" ] ;
1919
Original file line number Diff line number Diff line change 11#[link(name = "core",
22 vers = "0.2",
33 uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8",
4- url = "http ://rust-lang.org/ src/core ")];
4+ url = "https ://github.com/mozilla/rust/tree/master/ src/libcore ")];
55
66#[comment = "The Rust core library"];
77#[license = "MIT"];
Original file line number Diff line number Diff line change 11#[link(name = "std",
22 vers = "0.2",
33 uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
4- url = "http ://rust-lang.org/ src/std ")];
4+ url = "https ://github.com/mozilla/rust/tree/master/ src/libstd ")];
55
66#[comment = "The Rust standard library"];
77#[license = "MIT"];
Original file line number Diff line number Diff line change 33#[ link( name = "rustc" ,
44 vers = "0.2" ,
55 uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf" ,
6- url = "http ://rust-lang.org /src/rustc" ) ] ;
6+ url = "https ://github.com/mozilla/rust/tree/master /src/rustc" ) ] ;
77
88#[ comment = "The Rust compiler" ] ;
99#[ license = "MIT" ] ;
1010#[ crate_type = "lib" ] ;
1111
1212use std ( name = "std" ,
1313 vers = "0.2" ,
14- url = "http ://rust-lang.org/ src/std " ) ;
14+ url = "https ://github.com/mozilla/rust/tree/master/ src/libstd " ) ;
1515
1616mod middle {
1717 mod trans {
Original file line number Diff line number Diff line change 33#[link(name = "rustdoc",
44 vers = "0.2",
55 uuid = "f8abd014-b281-484d-a0c3-26e3de8e2412",
6- url = "http ://rust-lang.org/doc /rustdoc")];
6+ url = "https ://github.com/mozilla/rust/tree/master/src /rustdoc")];
77
88#[comment = "The Rust documentation generator"];
99#[license = "MIT"];
You can’t perform that action at this time.
0 commit comments