*: fix github links

This commit is contained in:
Shin'ya Ueoka
2018-11-10 11:10:12 +09:00
parent 9454c4cab0
commit aa4313a55a
19 changed files with 23 additions and 23 deletions

View File

@ -61,7 +61,7 @@
//
// 1. context error: canceled or deadline exceeded.
// 2. gRPC status error: e.g. when clock drifts in server-side before client's context deadline exceeded.
// 3. gRPC error: see https://go.etcd.io/etcd/blob/master/etcdserver/api/v3rpc/rpctypes/error.go
// 3. gRPC error: see https://github.com/etcd-io/etcd/blob/master/etcdserver/api/v3rpc/rpctypes/error.go
//
// Here is the example code to handle client errors:
//