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

@ -201,7 +201,7 @@ func TestElectionSessionRecampaign(t *testing.T) {
// TestElectionOnPrefixOfExistingKey checks that a single
// candidate can be elected on a new key that is a prefix
// of an existing key. To wit, check for regression
// of bug #6278. https://go.etcd.io/etcd/issues/6278
// of bug #6278. https://github.com/etcd-io/etcd/issues/6278
//
func TestElectionOnPrefixOfExistingKey(t *testing.T) {
clus := NewClusterV3(t, &ClusterConfig{Size: 1})