Update docs location

This commit is contained in:
Steven Fackler
2014-10-26 13:11:14 -07:00
parent e16fca84d7
commit 5dd09ce9c4
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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)]