From 40f5b28302a45d014fb59828662eab80baa7c7ec Mon Sep 17 00:00:00 2001 From: Aleksander Salamatov <15122233+ch1seL@users.noreply.github.com> Date: Tue, 25 Jun 2024 06:03:40 +0300 Subject: [PATCH] Update Vagrantfile: fix path for vagrant.md (#11306) --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 277c25722..4d8caff85 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,7 +1,7 @@ # -*- mode: ruby -*- # # vi: set ft=ruby : -# For help on using kubespray with vagrant, check out docs/vagrant.md +# For help on using kubespray with vagrant, check out docs/developers/vagrant.md require 'fileutils'