Skip to content

Commit 47be11b

Browse files
committed
Fix documentation link on crates.io
The old one returned 404.
1 parent ecbb64c commit 47be11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Steven Fackler <sfackler@gmail.com>"]
55
license = "MIT"
66
description = "Range support for rust-postgres"
77
repository = "https://github.com/sfackler/rust-postgres-range"
8-
documentation = "https://sfackler.github.io/doc/postgres_range"
8+
documentation = "https://sfackler.github.io/rust-postgres-range/doc/postgres_range"
99

1010
[dependencies]
1111
time = "0.1"

0 commit comments

Comments
 (0)