Skip to content

Commit 3fd1c06

Browse files
committed
Fix org name in links to snapshot resources
Signed-off-by: Jonas Riedel <[email protected]>
1 parent e6fd4b5 commit 3fd1c06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deploy/example/snapshot/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ outfile
1919

2020
## Create a snapshot on source PVC
2121
```console
22-
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/csi-driver-nfs/master/deploy/example/snapshot/snapshotclass-nfs.yaml
23-
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/csi-driver-nfs/master/deploy/example/snapshot/snapshot-nfs-dynamic.yaml
22+
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/deploy/example/snapshot/snapshotclass-nfs.yaml
23+
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/deploy/example/snapshot/snapshot-nfs-dynamic.yaml
2424
```
2525
- Check snapshot Status
2626

@@ -61,8 +61,8 @@ Events:
6161
## Create a new PVC based on snapshot
6262

6363
```console
64-
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/csi-driver-nfs/master/deploy/example/snapshot/pvc-nfs-snapshot-restored.yaml
65-
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/csi-driver-nfs/master/deploy/example/snapshot/nginx-pod-restored-snapshot.yaml
64+
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/deploy/example/snapshot/pvc-nfs-snapshot-restored.yaml
65+
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/deploy/example/snapshot/nginx-pod-restored-snapshot.yaml
6666
```
6767

6868
- Check data

0 commit comments

Comments
 (0)