From 91f0b50e9be7fadea3ca0aa21953155ac4bff61f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Sj=C3=B6gren?= Date: Wed, 8 Jun 2016 22:13:01 +0200 Subject: [PATCH] Update C API reference --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1d1b0de..56df10f 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ LMDB JNI provide a Java API to [LMDB](http://symas.com/mdb/) which is an ultra-f LMDB JNI is available for 64 bit Linux, OSX, Windows and Android. ### Documentation - * [LMDB C API reference](http://symas.com/mdb/doc/group__internal.html) + * [LMDB C API reference](http://lmdb.tech/doc/index.html) * [LMDB source code](https://github.com/LMDB/lmdb) * [LMDB JNI JavaDoc](http://deephacks.github.io/lmdbjni/)