Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.

Commit c4919db

Browse files
committed
Use the same html_root_url for all docs
1 parent 66c1d12 commit c4919db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#![crate_type = "dylib"]
4747
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
4848
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
49-
html_root_url = "http://doc.rust-lang.org/master/",
49+
html_root_url = "http://doc.rust-lang.org/nightly/",
5050
html_playground_url = "http://play.rust-lang.org/")]
5151

5252
#![allow(unknown_features)]

0 commit comments

Comments
 (0)