about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2016-06-04 11:05:48 -0400
committerFedor Indutny <fedor@indutny.com>2016-06-04 11:05:48 -0400
commitaf223b587597e2f3f55ceb26bdf0f9a9b45db7ce (patch)
tree4d8e9d4589d54514165ea9bc9a1ff80f73bfa76b
parent65243164fc1e6836aa6bed4a49b894d4228f1ef6 (diff)
downloaduv_link_t-af223b587597e2f3f55ceb26bdf0f9a9b45db7ce.tar.gz
readme: add link to implementation guide
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index c55f33e..a8287c6 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,7 @@ static int shutdown_impl(uv_link_t* link,
 ## Technical details
 
 [API Docs][2]
+[Implementation Guide][3]
 
 ## LICENSE
 
@@ -107,3 +108,4 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 [0]: https://github.com/libuv/libuv
 [1]: https://github.com/indutny/uv_link_t/blob/master/include/uv_link_t.h
 [2]: https://github.com/indutny/uv_link_t/blob/master/docs/api.md
+[3]: https://github.com/indutny/uv_link_t/blob/master/docs/implementation-guide.md