about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2012-03-28 13:42:17 -0700
committerGraydon Hoare <graydon@mozilla.com>2012-03-28 13:52:47 -0700
commitb37d7e26fe5bd5913ffa5f909207e47c6b2af964 (patch)
tree905dd57ef5b2d4aaee1258c910635357c90579f6 /src/libstd/std.rc
parentbd112a585354ddac065113ef402c7e3cfc1ebe3e (diff)
downloadrust-b37d7e26fe5bd5913ffa5f909207e47c6b2af964.tar.gz
rust-b37d7e26fe5bd5913ffa5f909207e47c6b2af964.zip
Update crate URLs to point to interesting things.
Diffstat (limited to 'src/libstd/std.rc')
-rw-r--r--src/libstd/std.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index a376cc59b12..43b61e195e2 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -1,7 +1,7 @@
 #[link(name = "std",
        vers = "0.2",
        uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
-       url = "http://rust-lang.org/src/std")];
+       url = "https://github.com/mozilla/rust/tree/master/src/libstd")];
 
 #[comment = "The Rust standard library"];
 #[license = "MIT"];