From 47be11b012aacf2f06d00c568b38fb8cef33c2f5 Mon Sep 17 00:00:00 2001 From: Zbigniew Siciarz Date: Mon, 20 Apr 2015 11:25:11 +0200 Subject: [PATCH] Fix documentation link on crates.io The old one returned 404. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 203e8db..cb28342 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Steven Fackler "] license = "MIT" description = "Range support for rust-postgres" repository = "https://github.com/sfackler/rust-postgres-range" -documentation = "https://sfackler.github.io/doc/postgres_range" +documentation = "https://sfackler.github.io/rust-postgres-range/doc/postgres_range" [dependencies] time = "0.1"