diff --git a/README.md b/README.md index d23e7324..3f968ab0 100644 --- a/README.md +++ b/README.md @@ -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 [![Build Status](https://travis-ci.org/sfackler/rust-postgres.png?branch=master)](https://travis-ci.org/sfackler/rust-postgres) diff --git a/src/lib.rs b/src/lib.rs index 0e172d3c..6dca6b48 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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)]