We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b7411 commit 9e1eb34Copy full SHA for 9e1eb34
2 files changed
README.md
@@ -2,7 +2,7 @@ Rust-Postgres
2
=============
3
A native PostgreSQL driver for Rust.
4
5
-Documentation is available at http://docs.octayn.net/postgres/.
+Documentation is available at http://sfackler.com/doc/rust-postgres.
6
7
[](https://travis-ci.org/sfackler/rust-postgres)
8
lib.rs
@@ -61,7 +61,7 @@ fn main() {
61
#[link(name="rust-postgres", vers="0.1",
62
package_id="github.com/sfackler/rust-postgres")];
63
64
-#[doc(html_root_url="http://docs.octayn.net/postgres")];
+#[doc(html_root_url="http://sfackler.com/doc/postgres")];
65
66
#[warn(missing_doc)];
67
0 commit comments