Skip to content

Commit 9e1eb34

Browse files
committed
Switch docs back to sfackler.com
1 parent e6b7411 commit 9e1eb34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Rust-Postgres
22
=============
33
A native PostgreSQL driver for Rust.
44

5-
Documentation is available at http://docs.octayn.net/postgres/.
5+
Documentation is available at http://sfackler.com/doc/rust-postgres.
66

77
[![Build Status](https://travis-ci.org/sfackler/rust-postgres.png?branch=master)](https://travis-ci.org/sfackler/rust-postgres)
88

lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fn main() {
6161
#[link(name="rust-postgres", vers="0.1",
6262
package_id="github.com/sfackler/rust-postgres")];
6363

64-
#[doc(html_root_url="http://docs.octayn.net/postgres")];
64+
#[doc(html_root_url="http://sfackler.com/doc/postgres")];
6565

6666
#[warn(missing_doc)];
6767

0 commit comments

Comments
 (0)