mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Update other Documentation/v2 links
This commit is contained in:
parent
f2eb15a81b
commit
67f040f921
@ -328,7 +328,7 @@ Releases will follow lockstep with the etcd release cycle.
|
|||||||
|
|
||||||
etcdctl is under the Apache 2.0 license. See the [LICENSE][license] file for details.
|
etcdctl is under the Apache 2.0 license. See the [LICENSE][license] file for details.
|
||||||
|
|
||||||
[authentication]: ../Documentation/v2/authentication.md
|
[authentication]: https://github.com/etcd-io/website/blob/master/content/docs/v2/authentication.md
|
||||||
[etcd]: https://github.com/coreos/etcd
|
[etcd]: https://github.com/coreos/etcd
|
||||||
[github-release]: https://github.com/coreos/etcd/releases/
|
[github-release]: https://github.com/coreos/etcd/releases/
|
||||||
[license]: ../LICENSE
|
[license]: ../LICENSE
|
||||||
|
@ -556,7 +556,7 @@ func (c *RaftCluster) IsReadyToAddVotingMember() bool {
|
|||||||
|
|
||||||
if nstarted == 1 && nmembers == 2 {
|
if nstarted == 1 && nmembers == 2 {
|
||||||
// a case of adding a new node to 1-member cluster for restoring cluster data
|
// a case of adding a new node to 1-member cluster for restoring cluster data
|
||||||
// https://github.com/etcd-io/etcd/blob/master/Documentation/v2/admin_guide.md#restoring-the-cluster
|
// https://github.com/etcd-io/website/blob/master/content/docs/v2/admin_guide.md#restoring-the-cluster
|
||||||
c.lg.Debug("number of started member is 1; can accept add member request")
|
c.lg.Debug("number of started member is 1; can accept add member request")
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user