From 84edb60bcdd0180b6ff1f519532544a3b9ecd676 Mon Sep 17 00:00:00 2001 From: brendandburns Date: Mon, 8 Sep 2014 21:12:56 -0700 Subject: [PATCH] slight wording change --- docs/getting-started-guides/vagrant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/vagrant.md b/docs/getting-started-guides/vagrant.md index dc45ca6952e..6d37381fcb4 100644 --- a/docs/getting-started-guides/vagrant.md +++ b/docs/getting-started-guides/vagrant.md @@ -4,7 +4,7 @@ 1. Install latest version >= 1.6.2 of vagrant from http://www.vagrantup.com/downloads.html 2. Install latest version of Virtual Box from https://www.virtualbox.org/wiki/Downloads 3. Get the Kubernetes source: - * Kubernetes 0.2 [tar.gz](https://github.com/GoogleCloudPlatform/kubernetes/archive/v0.2.tar.gz) [zip](https://github.com/GoogleCloudPlatform/kubernetes/archive/v0.2.zip) + * Kubernetes 0.2 [tar.gz](https://github.com/GoogleCloudPlatform/kubernetes/archive/v0.2.tar.gz) or [zip](https://github.com/GoogleCloudPlatform/kubernetes/archive/v0.2.zip) ### Setup