]> git.kaiwu.me - klib.git/commitdiff
added a link to the new doc
authorHeng Li <lh3@me.com>
Mon, 1 Dec 2014 01:04:22 +0000 (20:04 -0500)
committerHeng Li <lh3@me.com>
Mon, 1 Dec 2014 01:04:22 +0000 (20:04 -0500)
README.md

index d9bd118e1f40554b7e05991c1c160b53e3279c89..57bccc8ba968c282e63d97903e29e0ac0a563407 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,6 +13,9 @@ as khash.h, kbtree.h, ksort.h and kvec.h, are among the most efficient
 implementations of similar algorithms or data structures in all programming
 languages, in terms of both speed and memory use.
 
+A new documentation is available [here](https://github.com/attractivechaos/klib)
+which includes most information in this README file.
+
 ####Common components
 
 * [khash.h][khash]: generic hash table based on [double hashing][2].