From f0184781177a8fcc27f113c7fa0428cd266d88e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Tue, 21 Jan 2014 08:24:23 +0100 Subject: [PATCH] Fix the doc root url. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 296c0959..84872543 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;