Skip to content

Commit 7f187d3

Browse files
committed
Fix doc root
1 parent 8dca1c0 commit 7f187d3

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
@@ -56,7 +56,7 @@ fn main() {
5656
*/
5757

5858
#[pkgid="github.com/sfackler/rust-postgres"];
59-
#[doc(html_root_url="http://sfackler.github.io/rust-postgres/doc/rust-postgres/")];
59+
#[doc(html_root_url="http://sfackler.github.io/rust-postgres/doc/")];
6060

6161
#[warn(missing_doc)];
6262

0 commit comments

Comments
 (0)