summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/design-proposals/control-plane-resilience.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/control-plane-resilience.md b/contributors/design-proposals/control-plane-resilience.md
index 95a1d93c..1e0a3baf 100644
--- a/contributors/design-proposals/control-plane-resilience.md
+++ b/contributors/design-proposals/control-plane-resilience.md
@@ -112,9 +112,9 @@ well-bounded time period.
1. cluster persistent state (i.e. etcd disks) is either:
1. truly persistent (i.e. remote persistent disks), or
1. reconstructible (e.g. using etcd [dynamic member
- addition](https://github.com/coreos/etcd/blob/master/Documentation/runtime-configuration.md#add-a-new-member)
+ addition](https://github.com/coreos/etcd/blob/master/Documentation/v2/runtime-configuration.md#add-a-new-member)
or [backup and
- recovery](https://github.com/coreos/etcd/blob/master/Documentation/admin_guide.md#disaster-recovery)).
+ recovery](https://github.com/coreos/etcd/blob/master/Documentation/v2/admin_guide.md#disaster-recovery)).
1. and boot disks are either:
1. truly persistent (i.e. remote persistent disks), or
1. reconstructible (e.g. using boot-from-snapshot,