diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-05-21 19:55:39 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-05-21 19:55:39 -0700 |
| commit | 799ddba8dac2e6b6a7dc6927a7cc0b5e785deecb (patch) | |
| tree | 1e997a0c9d3c5072c35eab6191655796b0897720 /src/libgreen | |
| parent | 1edb0e536433056738b7f715dd02ff1de582f2ba (diff) | |
| download | rust-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/libgreen')
| -rw-r--r-- | src/libgreen/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgreen/lib.rs b/src/libgreen/lib.rs index eec413635a5..05ac0e8ebb7 100644 --- a/src/libgreen/lib.rs +++ b/src/libgreen/lib.rs @@ -203,7 +203,7 @@ #![crate_type = "dylib"] #![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/")] // NB this does *not* include globs, please keep it that way. #![feature(macro_rules, phase)] |
