From dcdb88e3747cc6a41ff7e240b02119f249ac3f53 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Sun, 3 May 2015 21:50:09 -0400 Subject: [PATCH] Update README to point to github pages docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b66db27..74406a6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Rusqlite is an ergonomic wrapper for using SQLite from Rust. It attempts to expose an interface similar to [rust-postgres](https://github.com/sfackler/rust-postgres). View the full -[API documentation](http://www.rust-ci.org/jgallagher/rusqlite/doc/rusqlite/). +[API documentation](http://jgallagher.github.io/rusqlite/rusqlite/index.html). ```rust extern crate rusqlite;