From 05da96384a59f65000ccf1ab0fff1b190114f833 Mon Sep 17 00:00:00 2001 From: Peter Pan Date: Tue, 20 Jun 2023 05:42:20 -0400 Subject: [PATCH] fix 404 link Signed-off-by: Peter Pan --- design/Implemented/csi-snapshots.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/design/Implemented/csi-snapshots.md b/design/Implemented/csi-snapshots.md index 36040b260..9b9a3d976 100644 --- a/design/Implemented/csi-snapshots.md +++ b/design/Implemented/csi-snapshots.md @@ -304,8 +304,8 @@ Without these objects, the provider-level snapshots cannot be located in order t [1]: https://kubernetes.io/blog/2018/10/09/introducing-volume-snapshot-alpha-for-kubernetes/ -[2]: https://github.com/kubernetes-csi/external-snapshotter/blob/master/pkg/apis/volumesnapshot/v1alpha1/types.go#L41 -[3]: https://github.com/kubernetes-csi/external-snapshotter/blob/master/pkg/apis/volumesnapshot/v1alpha1/types.go#L161 +[2]: https://github.com/kubernetes-csi/external-snapshotter/blob/master/client/apis/volumesnapshot/v1/types.go#L42 +[3]: https://github.com/kubernetes-csi/external-snapshotter/blob/master/client/apis/volumesnapshot/v1/types.go#L262 [4]: https://github.com/heptio/velero/blob/main/pkg/volume/snapshot.go#L21 [5]: https://github.com/heptio/velero/blob/main/pkg/apis/velero/v1/pod_volume_backup.go#L88 [6]: https://github.com/heptio/velero-csi-plugin/