From fc5b5fa31e126a6137aa42654b8a49eacba6f427 Mon Sep 17 00:00:00 2001 From: ianwoolf Date: Wed, 23 Dec 2020 10:59:13 +0800 Subject: [PATCH] fix godoc link in clientv3 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 873e22f3a..971c84b78 100644 --- a/client/v3/README.md +++ b/client/v3/README.md @@ -81,7 +81,7 @@ The etcd client optionally exposes RPC metrics through [go-grpc-prometheus](http ## Namespacing -The [namespace](https://godoc.org/go.etcd.io/etcd/clientv3/namespace) package provides `clientv3` interface wrappers to transparently isolate client requests to a user-defined prefix. +The [namespace](https://godoc.org/go.etcd.io/etcd/client/v3/namespace) package provides `clientv3` interface wrappers to transparently isolate client requests to a user-defined prefix. ## Request size limit