Skip to content

Commit b37d7e2

Browse files
committed
Update crate URLs to point to interesting things.
1 parent bd112a5 commit b37d7e2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/cargo/cargo.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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

src/libcore/core.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"];

src/libstd/std.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"];

src/rustc/rustc.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
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

1212
use 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

1616
mod middle {
1717
mod trans {

src/rustdoc/rustdoc.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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"];

0 commit comments

Comments
 (0)