Change doc root URL

This commit is contained in:
Steven Fackler 2014-04-27 23:16:59 -07:00
parent 038639e433
commit c61c0c23cc

View File

@ -58,7 +58,7 @@ fn main() {
#![crate_id="github.com/sfackler/rust-postgres#postgres:0.0"]
#![crate_type="rlib"]
#![crate_type="dylib"]
#![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-postgres/doc")]
#![doc(html_root_url="http://sfackler.github.io/rust-postgres/doc")]
#![warn(missing_doc)]