From e7e29ba249484e89d7860fb5f9c97301a2060400 Mon Sep 17 00:00:00 2001 From: Iwasaki Yudai Date: Sun, 23 Oct 2016 21:05:45 -0700 Subject: [PATCH] clientv3: Fix URL to rpc errors --- clientv3/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientv3/doc.go b/clientv3/doc.go index 9ce84aa57..470ca4dc4 100644 --- a/clientv3/doc.go +++ b/clientv3/doc.go @@ -44,7 +44,7 @@ // etcd client returns 2 types of errors: // // 1. context error: canceled or deadline exceeded. -// 2. gRPC error: see https://github.com/coreos/etcd/blob/master/etcdserver/api/v3rpc/error.go. +// 2. gRPC error: see https://github.com/coreos/etcd/blob/master/etcdserver/api/v3rpc/rpctypes/error.go // // Here is the example code to handle client errors: //