Browse Source

fix(Documentation/cluster-discovery): link to optimal cluster size

Brandon Philips 11 years ago
parent
commit
eb21381ddd
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Documentation/cluster-discovery.md

+ 3 - 1
Documentation/cluster-discovery.md

@@ -6,7 +6,9 @@ Starting an etcd cluster can be painful since each node needs to know of another
 
 Peer discovery for etcd is processed by `-discovery`, `-peers` and lastly log data in `-data-dir`. For more information see the [discovery design][discovery-design].
 
-Please note - at least 3 nodes are required for cluster availability.
+Please note - at least 3 nodes are required for [cluster availability][optimal-cluster-size].
+
+[optimal-cluster-size]: https://github.com/coreos/etcd/blob/master/Documentation/optimal-cluster-size.md
 
 ## Using discovery.etcd.io