Fix doc root

This commit is contained in:
Steven Fackler
2013-12-15 22:10:56 -08:00
parent 8dca1c058d
commit 7f187d33b9

2
lib.rs
View File

@@ -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)];