Use the same html_root_url for all docs

This commit is contained in:
Brian Anderson
2014-10-09 10:47:22 -07:00
parent afc1b20d8e
commit 5c92a8e054
36 changed files with 36 additions and 36 deletions

View File

@@ -66,7 +66,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/")]
#![no_std]
#![feature(lang_items, phase, unsafe_destructor)]