From 52dad2beb9b6f2af3bb8a7d0263e608d169aeef7 Mon Sep 17 00:00:00 2001 From: "Masaya Aoyama (@amsy810)" Date: Sat, 2 Jun 2018 05:01:55 +0900 Subject: [PATCH] StorageOS example dead link (#8737) NG: https://github.com/kubernetes/kubernetes/tree/master/examples/volumes/storageos OK: https://github.com/kubernetes/examples/blob/master/staging/volumes/storageos For example, this page contain dead link. https://kubernetes.io/docs/concepts/storage/volumes/#storageos Old page is this, so I think its change is correct. https://github.com/kubernetes/kubernetes/tree/release-1.10/examples/volumes/storageos Note: China page don't have this link. --- content/en/docs/concepts/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index b7d3d95854..3011e89741 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -917,7 +917,7 @@ spec: ``` For more information including Dynamic Provisioning and Persistent Volume Claims, please see the -[StorageOS examples](https://github.com/kubernetes/kubernetes/tree/master/examples/volumes/storageos). +[StorageOS examples](https://github.com/kubernetes/examples/blob/master/staging/volumes/storageos). ### vsphereVolume