From 5dd09ce9c443ee86d3601ba638fa2c28ab4c4830 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 26 Oct 2014 13:11:14 -0700 Subject: [PATCH] Update docs location --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)]