*: 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

@@ -412,7 +412,7 @@ func stopServers(ctx context.Context, ss *servers) {
// do not grpc.Server.GracefulStop with TLS enabled etcd server
// See https://github.com/grpc/grpc-go/issues/1384#issuecomment-317124531
// and https://go.etcd.io/etcd/issues/8916
// and https://github.com/etcd-io/etcd/issues/8916
if ss.secure {
shutdownNow()
return