Skip to content

Commit aba69b1

Browse files
committed
docs(system-requirements): Fix broken links
1 parent 88aeeba commit aba69b1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/installing_deis/aws.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ By default, the script will provision 3 servers. You can override this by settin
6565
$ export DEIS_NUM_INSTANCES=5
6666
6767
Note that for scheduling to work properly, clusters must consist of at least 3 nodes and always
68-
have an odd number of members. For more information, see `optimal etcd cluster size`_.
68+
have an odd number of members. For more information, see `etcd disaster recovery`_.
6969

7070
Deis clusters of less than 3 nodes are unsupported.
7171

@@ -178,5 +178,5 @@ start installing the platform.
178178
.. _`contrib/ec2`: https://github.com/deis/deis/tree/master/contrib/ec2
179179
.. _`cloudformation.json`: https://github.com/deis/deis/blob/master/contrib/ec2/cloudformation.json
180180
.. _`etcd`: https://github.com/coreos/etcd
181-
.. _`optimal etcd cluster size`: https://github.com/coreos/etcd/blob/master/Documentation/optimal-cluster-size.md
181+
.. _`etcd disaster recovery`: https://github.com/coreos/etcd/blob/master/Documentation/admin_guide.md#disaster-recovery
182182
.. _`PyYAML`: http://pyyaml.org/

docs/installing_deis/rackspace.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ By default, the provision script will provision 3 servers. You can override this
7474
$ DEIS_NUM_INSTANCES=5 ./provision-rackspace-cluster.sh deis-key
7575
7676
Note that for scheduling to work properly, clusters must consist of at least 3 nodes and always have an odd number of members.
77-
For more information, see `optimal etcd cluster size`_.
77+
For more information, see `etcd disaster recovery`_.
7878

7979
Deis clusters of less than 3 nodes are unsupported.
8080

@@ -131,6 +131,6 @@ start installing the platform.
131131

132132
.. _`contrib/rackspace`: https://github.com/deis/deis/tree/master/contrib/rackspace
133133
.. _`CoreOS on Rackspace`: https://coreos.com/docs/running-coreos/cloud-providers/rackspace/
134-
.. _`optimal etcd cluster size`: https://github.com/coreos/etcd/blob/master/Documentation/optimal-cluster-size.md
134+
.. _`etcd disaster recovery`: https://github.com/coreos/etcd/blob/master/Documentation/admin_guide.md#disaster-recovery
135135
.. _Rackspace: https://github.com/deis/deis/tree/master/contrib/rackspace#readme
136136
.. _`contrib/rackspace`: https://github.com/deis/deis/tree/master/contrib/rackspace

docs/installing_deis/system-requirements.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Cluster size
3333

3434
For scheduling to work properly, clusters must consist of at least three nodes and always
3535
have an odd number of members. This is mostly because the underlying CoreOS cluster must always
36-
be able to obtain a quorum (see `optimal etcd cluster size`_). Additionally, the :ref:`Store`
36+
be able to obtain a quorum (see `etcd disaster recovery`_). Additionally, the :ref:`Store`
3737
component keeps three replicas of stored data, so it requires at least three nodes.
3838

3939
.. important::
@@ -50,5 +50,5 @@ Network
5050
.. include:: ../_includes/_private-network.rst
5151

5252
.. _`dokku`: https://github.com/progrium/dokku
53-
.. _`optimal etcd cluster size`: https://github.com/coreos/etcd/blob/master/Documentation/optimal-cluster-size.md
53+
.. _`etcd disaster recovery`: https://github.com/coreos/etcd/blob/master/Documentation/admin_guide.md#disaster-recovery
5454
.. _`sponsored`: http://deis.io/deis-sponsors-dokku/

0 commit comments

Comments
 (0)