Change doc root URL
This commit is contained in:
parent
038639e433
commit
c61c0c23cc
@ -58,7 +58,7 @@ fn main() {
|
|||||||
#![crate_id="github.com/sfackler/rust-postgres#postgres:0.0"]
|
#![crate_id="github.com/sfackler/rust-postgres#postgres:0.0"]
|
||||||
#![crate_type="rlib"]
|
#![crate_type="rlib"]
|
||||||
#![crate_type="dylib"]
|
#![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)]
|
#![warn(missing_doc)]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user