Update doc links to docs.rs

This commit is contained in:
gwenn
2016-08-29 20:22:58 +02:00
parent bf8c495b69
commit 74db4f3ffa
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,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://jgallagher.github.io/rusqlite/rusqlite/index.html).
[API documentation](http://docs.rs/rusqlite/).
```rust
extern crate rusqlite;