From 7f187d33b95ccdc0738c5f3eebf1c5e7b19443ce Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 15 Dec 2013 22:10:56 -0800 Subject: [PATCH] Fix doc root --- lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.rs b/lib.rs index 6415cd48..5375fcf8 100644 --- a/lib.rs +++ b/lib.rs @@ -56,7 +56,7 @@ fn main() { */ #[pkgid="github.com/sfackler/rust-postgres"]; -#[doc(html_root_url="http://sfackler.github.io/rust-postgres/doc/rust-postgres/")]; +#[doc(html_root_url="http://sfackler.github.io/rust-postgres/doc/")]; #[warn(missing_doc)];