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

@ -111,7 +111,7 @@ func iterateBucket(dbPath, bucket string, limit uint64, decode bool) (err error)
// iterate in reverse order (use First() and Next() for ascending order)
for k, v := c.Last(); k != nil; k, v = c.Prev() {
// TODO: remove sensitive information
// (https://go.etcd.io/etcd/issues/7620)
// (https://github.com/etcd-io/etcd/issues/7620)
if dec, ok := decoders[bucket]; decode && ok {
dec(k, v)
} else {