update doc links

without.crypto
Dan Burkert 8 years ago
parent d1bca3410f
commit 23e33ccd86
  1. 2
      Cargo.toml
  2. 2
      README.md
  3. 2
      lmdb-sys/Cargo.toml

@ -9,7 +9,7 @@ description = "Idiomatic and safe LMDB wrapper."
repository = "https://github.com/danburkert/lmdb-rs.git"
readme = "README.md"
keywords = ["LMDB", "database", "storage-engine", "bindings", "library"]
documentation = "http://rust-ci.org/danburkert/lmdb-rs/doc/lmdb/"
documentation = "http://danburkert.github.io/lmdb-rs/lmdb/index.html"
[dependencies.lmdb-sys]
path = "lmdb-sys"

@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/danburkert/lmdb-rs.svg?branch=master)](https://travis-ci.org/danburkert/lmdb-rs)
[Documentation](http://rust-ci.org/danburkert/lmdb-rs/doc/lmdb/)
[Documentation](http://danburkert.github.io/lmdb-rs/lmdb/index.html)
[Cargo](https://crates.io/crates/lmdb)

@ -7,7 +7,7 @@ license = "Apache-2.0"
description = "Rust bindings for liblmdb."
repository = "https://github.com/danburkert/lmdb-rs.git"
readme = "../README.md"
documentation = "http://rust-ci.org/danburkert/lmdb-rs/doc/lmdb-sys/"
documentation = "http://danburkert.github.io/lmdb-rs/lmdb_sys/index.html"
build = "build.rs"

Loading…
Cancel
Save