diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-10-09 10:47:22 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-10-09 10:50:13 -0700 |
| commit | 5c92a8e054d508c260653386bd4861d249a6e09a (patch) | |
| tree | a8e641df071fbdffb6f768e4b8fde6de4c5890ac /src/librustc_llvm/lib.rs | |
| parent | afc1b20d8e21e4eaf6f97d8dbc746826c2ef1571 (diff) | |
| download | rust-5c92a8e054d508c260653386bd4861d249a6e09a.tar.gz rust-5c92a8e054d508c260653386bd4861d249a6e09a.zip | |
Use the same html_root_url for all docs
Diffstat (limited to 'src/librustc_llvm/lib.rs')
| -rw-r--r-- | src/librustc_llvm/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_llvm/lib.rs b/src/librustc_llvm/lib.rs index ad2b6891dc9..741a3450a42 100644 --- a/src/librustc_llvm/lib.rs +++ b/src/librustc_llvm/lib.rs @@ -20,7 +20,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://doc.rust-lang.org/")] + html_root_url = "http://doc.rust-lang.org/nightly/")] #![feature(globs)] #![feature(link_args)] |
