Skip to content

Commit 386c19d

Browse files
committed
Use the same html_root_url for all docs
1 parent 1894be5 commit 386c19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#![crate_type = "rlib"]
2222
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
2323
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
24-
html_root_url = "http://doc.rust-lang.org/master/",
24+
html_root_url = "http://doc.rust-lang.org/nightly/",
2525
html_playground_url = "http://play.rust-lang.org/")]
2626

2727
#![feature(macro_rules, phase, globs)]

0 commit comments

Comments
 (0)