Update docs location
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Rust-Postgres
|
||||
A native PostgreSQL driver for Rust.
|
||||
|
||||
Documentation is available at http://www.rust-ci.org/sfackler/rust-postgres/doc/postgres/.
|
||||
Documentation is available at https://sfackler.github.io/doc/postgres
|
||||
|
||||
[](https://travis-ci.org/sfackler/rust-postgres)
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
//! }
|
||||
//! }
|
||||
//! ```
|
||||
#![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-postgres/doc")]
|
||||
#![doc(html_root_url="https://sfackler.github.io/doc")]
|
||||
#![feature(macro_rules, struct_variant, phase, unsafe_destructor, slicing_syntax, default_type_params, if_let)]
|
||||
#![warn(missing_doc)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user