From 4feae133e1abd10b7b81d217a7d5ef3caa69902b Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 18 Jan 2014 22:15:28 -0800 Subject: [PATCH] Switch doc root to rust-ci --- lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.rs b/lib.rs index e97a78cc..5ccc4591 100644 --- a/lib.rs +++ b/lib.rs @@ -57,7 +57,7 @@ fn main() { #[crate_id="github.com/sfackler/rust-postgres#postgres:0.0"]; #[crate_type="lib"]; -#[doc(html_root_url="http://sfackler.github.io/rust-postgres/doc/")]; +#[doc(html_root_url="http://www.rust-ci.org/sfackler/rust-postgres/doc")]; #[warn(missing_doc)];