From 549bff5980e7205f6e777be257bf069bb789790c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=90=9A=E8=87=B4=E8=BF=9C?= Date: Sun, 20 Dec 2020 00:06:10 +0800 Subject: [PATCH 1/2] docs: update client v3's README --- client/v3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/v3/README.md b/client/v3/README.md index d64d3469b..03f23159b 100644 --- a/client/v3/README.md +++ b/client/v3/README.md @@ -89,4 +89,4 @@ Client request size limit is configurable via `clientv3.Config.MaxCallSendMsgSiz ## Examples -More code examples can be found at [GoDoc](https://godoc.org/go.etcd.io/etcd/clientv3). +More code examples can be found at [GoDoc](https://godoc.org/github.com/rpcxio/etcd/clientv3). From bd97953de37670a0b1a86baa45dae50db159cf7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=90=9A=E8=87=B4=E8=BF=9C?= Date: Mon, 21 Dec 2020 17:40:40 +0800 Subject: [PATCH 2/2] Update README.md --- client/v3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/v3/README.md b/client/v3/README.md index 03f23159b..873e22f3a 100644 --- a/client/v3/README.md +++ b/client/v3/README.md @@ -89,4 +89,4 @@ Client request size limit is configurable via `clientv3.Config.MaxCallSendMsgSiz ## Examples -More code examples can be found at [GoDoc](https://godoc.org/github.com/rpcxio/etcd/clientv3). +More code [examples](https://github.com/etcd-io/etcd/tree/master/tests/integration/clientv3/examples) can be found at [GoDoc](https://pkg.go.dev/go.etcd.io/etcd/client/v3).