From b997912ebeb69e5e4f60c2c3f8cf7f5520bb2141 Mon Sep 17 00:00:00 2001 From: Erwan Miran Date: Fri, 9 Nov 2018 11:32:25 +0100 Subject: [PATCH] Fix dead link to exmaples in vsphere.md (#3673) --- docs/vsphere.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vsphere.md b/docs/vsphere.md index 6f2e6c725..04fa69293 100644 --- a/docs/vsphere.md +++ b/docs/vsphere.md @@ -61,4 +61,4 @@ cd kubespray ansible-playbook -i inventory/sample/hosts.ini -b -v cluster.yml ``` -You'll find some useful examples [here](https://github.com/kubernetes/kubernetes/tree/master/examples/volumes/vsphere) to test your configuration. +You'll find some useful examples [here](https://github.com/kubernetes/examples/tree/master/staging/volumes/vsphere) to test your configuration.