Fix the doc root url.
This commit is contained in:
parent
836a0d40ae
commit
f018478117
|
@ -103,7 +103,7 @@ Feel free to add your project to this list if you happen to use **nalgebra**!
|
|||
#[deny(unnecessary_qualification)];
|
||||
#[warn(missing_doc)];
|
||||
#[feature(macro_rules)];
|
||||
#[doc(html_root_url = "http://crozet.re/nalgebra/doc")];
|
||||
#[doc(html_root_url = "http://www.rust-ci.org/sebcrozet/nalgebra/doc")];
|
||||
|
||||
extern mod std;
|
||||
extern mod extra;
|
||||
|
|
Loading…
Reference in New Issue