From 71c906c0cbd92334883c9ebb49ae009453cb2796 Mon Sep 17 00:00:00 2001 From: Marcus Klaas Date: Mon, 4 May 2015 21:24:58 +0200 Subject: [PATCH] Update crate documentation link --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce36d62..9b0a6bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.16" authors = ["John Gallagher "] description = "Ergonomic wrapper for SQLite" repository = "https://github.com/jgallagher/rusqlite" -documentation = "http://www.rust-ci.org/jgallagher/rusqlite/doc/rusqlite/" +documentation = "http://jgallagher.github.io/rusqlite/rusqlite/index.html" readme = "README.md" keywords = ["sqlite", "database", "ffi"] license = "MIT"