Update README to point to github pages docs

This commit is contained in:
John Gallagher 2015-05-03 21:50:09 -04:00
parent b393348ab0
commit dcdb88e374

View File

@ -4,7 +4,7 @@
Rusqlite is an ergonomic wrapper for using SQLite from Rust. It attempts to expose 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 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 ```rust
extern crate rusqlite; extern crate rusqlite;