diff --git a/src/postgres/lib.rs b/src/postgres/lib.rs index 52d9b6ae..2ca74b5a 100644 --- a/src/postgres/lib.rs +++ b/src/postgres/lib.rs @@ -60,6 +60,8 @@ fn main() { // Needed for rustdoc-ng #[link(name="postgres", vers="0.1")]; +#[doc(html_root_url="http://docs.octayn.net/postgres")]; + #[warn(missing_doc)]; extern mod extra;