From fd7685f3a1591ad396d63ad9b331564e4fccd8f7 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Mon, 23 May 2016 12:01:38 -0700 Subject: [PATCH] Documentation: add clientv3 links to libraries --- Documentation/libraries-and-tools.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/libraries-and-tools.md b/Documentation/libraries-and-tools.md index 2644a57b9..3a7951650 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -17,7 +17,8 @@ **Go libraries** -- [etcd/client](https://github.com/coreos/etcd/blob/master/client) - the officially maintained Go client +- [etcd/clientv3](https://github.com/coreos/etcd/blob/master/clientv3) - the officially maintained Go client for v3 +- [etcd/client](https://github.com/coreos/etcd/blob/master/client) - the officially maintained Go client for v2 - [go-etcd](https://github.com/coreos/go-etcd) - the deprecated official client. May be useful for older (<2.0.0) versions of etcd. **Java libraries**