about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-05-21 19:55:39 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-05-21 19:55:39 -0700
commit799ddba8dac2e6b6a7dc6927a7cc0b5e785deecb (patch)
tree1e997a0c9d3c5072c35eab6191655796b0897720 /src/libcore
parent1edb0e536433056738b7f715dd02ff1de582f2ba (diff)
downloadrust-799ddba8dac2e6b6a7dc6927a7cc0b5e785deecb.tar.gz
rust-799ddba8dac2e6b6a7dc6927a7cc0b5e785deecb.zip
Change static.rust-lang.org to doc.rust-lang.org
The new documentation site has shorter urls, gzip'd content, and index.html
redirecting functionality.
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/iter.rs2
-rw-r--r--src/libcore/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/iter.rs b/src/libcore/iter.rs
index da1462a7047..178ba9fa5b8 100644
--- a/src/libcore/iter.rs
+++ b/src/libcore/iter.rs
@@ -59,7 +59,7 @@ This `for` loop syntax can be applied to any iterator over any type.
 ## Iteration protocol and more
 
 More detailed information about iterators can be found in the [container
-guide](http://static.rust-lang.org/doc/master/guide-container.html) with
+guide](http://doc.rust-lang.org/guide-container.html) with
 the rest of the rust manuals.
 
 */
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index ffb9b676e7d..6de7e8bcaca 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -50,7 +50,7 @@
 #![crate_type = "rlib"]
 #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "http://www.rust-lang.org/favicon.ico",
-       html_root_url = "http://static.rust-lang.org/doc/master")]
+       html_root_url = "http://doc.rust-lang.org/")]
 
 #![no_std]
 #![feature(globs, macro_rules, managed_boxes, phase)]