Skip to content

Commit 02f5055

Browse files
committed
Switch docs over to github
1 parent 6dd62d8 commit 02f5055

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib.rs

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

65-
#[doc(html_root_url="http://sfackler.com/doc/rust-postgres/")];
65+
#[doc(html_root_url="http://sfackler.github.io/rust-postgres/doc/rust-postgres/")];
6666

6767
#[warn(missing_doc)];
6868

0 commit comments

Comments
 (0)