Switch docs back to sfackler.com

This commit is contained in:
Steven Fackler 2013-10-16 20:37:51 -07:00
parent e6b741133f
commit 9e1eb34da1
2 changed files with 2 additions and 2 deletions

View File

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

2
lib.rs
View File

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