We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd62d8 commit 02f5055Copy full SHA for 02f5055
1 file changed
lib.rs
@@ -62,7 +62,7 @@ fn main() {
62
#[link(name="rust-postgres", vers="0.1",
63
package_id="github.com/sfackler/rust-postgres")];
64
65
-#[doc(html_root_url="http://sfackler.com/doc/rust-postgres/")];
+#[doc(html_root_url="http://sfackler.github.io/rust-postgres/doc/rust-postgres/")];
66
67
#[warn(missing_doc)];
68
0 commit comments