diff --git a/README.md b/README.md index 361995d1..c1230527 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Rust-Postgres ============= A native PostgreSQL driver for Rust. -Documentation is available at http://docs.octayn.net/postgres/. +Documentation is available at http://sfackler.com/doc/rust-postgres. [![Build Status](https://travis-ci.org/sfackler/rust-postgres.png?branch=master)](https://travis-ci.org/sfackler/rust-postgres) diff --git a/lib.rs b/lib.rs index e0045897..52727dff 100644 --- a/lib.rs +++ b/lib.rs @@ -61,7 +61,7 @@ fn main() { #[link(name="rust-postgres", vers="0.1", package_id="github.com/sfackler/rust-postgres")]; -#[doc(html_root_url="http://docs.octayn.net/postgres")]; +#[doc(html_root_url="http://sfackler.com/doc/postgres")]; #[warn(missing_doc)];