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"