From 08421aad3d5bcc1cb447ab648b92d52bc39e3253 Mon Sep 17 00:00:00 2001 From: Michael Shen Date: Thu, 7 Nov 2019 06:50:42 -0500 Subject: [PATCH] [FIX] fix incorrect link to downloads documentation (#5319) --- docs/vagrant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vagrant.md b/docs/vagrant.md index 555d91e78..220efbb62 100644 --- a/docs/vagrant.md +++ b/docs/vagrant.md @@ -26,7 +26,7 @@ The supported operating systems for vagrant are defined in the `SUPPORTED_OS` co File and image caching ====================== -Kubespray can take quite a while to start on a laptop. To improve provisioning speed, the variable 'download_run_once' is set. This will make kubespray download all files and containers just once and then redistributes them to the other nodes and as a bonus, also cache all downloads locally and re-use them on the next provisioning run. For more information on download settings see [download documentation](docs/downloads.md). +Kubespray can take quite a while to start on a laptop. To improve provisioning speed, the variable 'download_run_once' is set. This will make kubespray download all files and containers just once and then redistributes them to the other nodes and as a bonus, also cache all downloads locally and re-use them on the next provisioning run. For more information on download settings see [download documentation](downloads.md). Example use of Vagrant ======================