From b438f9ca009b4004f7afc67e4fdb10c4689aee9a Mon Sep 17 00:00:00 2001 From: pranavbmcloud <63094044+pranavbmcloud@users.noreply.github.com> Date: Wed, 10 Jun 2020 18:48:51 +0530 Subject: [PATCH] Removed sentence as embedded link was missing (#21627) * Removed sentence as embedded link was missing The link "https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/20190221-pod-topology-spread.md#motivation" is 404 not found. Removed the sentence "See Motivation for more details.". Not the ideal solution, but couldn't find the new link. Better solution would be to replace broken link with correct link. * Update pod-topology-spread-constraints.md --- .../concepts/workloads/pods/pod-topology-spread-constraints.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/docs/concepts/workloads/pods/pod-topology-spread-constraints.md b/content/en/docs/concepts/workloads/pods/pod-topology-spread-constraints.md index afa52fa532..2b16894e6b 100644 --- a/content/en/docs/concepts/workloads/pods/pod-topology-spread-constraints.md +++ b/content/en/docs/concepts/workloads/pods/pod-topology-spread-constraints.md @@ -236,8 +236,7 @@ scheduled - more packed or more scattered. The "EvenPodsSpread" feature provides flexible options to distribute Pods evenly across different topology domains - to achieve high availability or cost-saving. This can also help on rolling update -workloads and scaling out replicas smoothly. -See [Motivation](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/20190221-pod-topology-spread.md#motivation) for more details. +workloads and scaling out replicas smoothly. See [Motivation](https://github.com/kubernetes/enhancements/tree/master/keps/sig-scheduling/895-pod-topology-spread#motivation) for more details. ## Known Limitations