From d8ad0021cce8840d0d8df32c1d5765a18d9d3ebf Mon Sep 17 00:00:00 2001 From: sebgl Date: Fri, 21 Jan 2022 10:34:35 +0100 Subject: [PATCH] Update link to the PersistentVolumeClaimBinder design doc It looks like that doc has been moved elsewhere. This commit updates the link to (what I think is) the intended page. --- slides/k8s/pv-pvc-sc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/pv-pvc-sc.md b/slides/k8s/pv-pvc-sc.md index 31ea3a4f..66cedd2f 100644 --- a/slides/k8s/pv-pvc-sc.md +++ b/slides/k8s/pv-pvc-sc.md @@ -136,7 +136,7 @@ class: extra-details (this will associate it to the specified PVC, but only if the PV satisfies all the requirements of the PVC; otherwise another PV might end up being picked) -- For all the details about the PersistentVolumeClaimBinder, check [this doc](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/persistent-storage.md#matching-and-binding) +- For all the details about the PersistentVolumeClaimBinder, check [this doc](https://github.com/kubernetes/design-proposals-archive/blob/main/storage/persistent-storage.md#matching-and-binding) ---