diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-03-28 13:42:17 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-03-28 13:52:47 -0700 |
| commit | b37d7e26fe5bd5913ffa5f909207e47c6b2af964 (patch) | |
| tree | 905dd57ef5b2d4aaee1258c910635357c90579f6 /src/rustc | |
| parent | bd112a585354ddac065113ef402c7e3cfc1ebe3e (diff) | |
| download | rust-b37d7e26fe5bd5913ffa5f909207e47c6b2af964.tar.gz rust-b37d7e26fe5bd5913ffa5f909207e47c6b2af964.zip | |
Update crate URLs to point to interesting things.
Diffstat (limited to 'src/rustc')
| -rw-r--r-- | src/rustc/rustc.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rustc/rustc.rc b/src/rustc/rustc.rc index 4993f63cfc0..3e73bf1f0f5 100644 --- a/src/rustc/rustc.rc +++ b/src/rustc/rustc.rc @@ -3,7 +3,7 @@ #[link(name = "rustc", vers = "0.2", uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf", - url = "http://rust-lang.org/src/rustc")]; + url = "https://github.com/mozilla/rust/tree/master/src/rustc")]; #[comment = "The Rust compiler"]; #[license = "MIT"]; @@ -11,7 +11,7 @@ use std (name = "std", vers = "0.2", - url = "http://rust-lang.org/src/std"); + url = "https://github.com/mozilla/rust/tree/master/src/libstd"); mod middle { mod trans { |
