From 0732ae1593158d89195dbf2a0bf07f2fcbc805fb Mon Sep 17 00:00:00 2001 From: Sharif Nassar Date: Tue, 29 Sep 2015 10:24:28 -0700 Subject: [PATCH] Link to raw Vagrantfile instead --- website/source/intro/getting-started/install.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/install.html.md b/website/source/intro/getting-started/install.html.md index 0839c47ac..639befa0b 100644 --- a/website/source/intro/getting-started/install.html.md +++ b/website/source/intro/getting-started/install.html.md @@ -11,7 +11,7 @@ description: |- The task drivers that are available to Nomad vary by operating system, for example Docker is only available on Linux machines. To simplify the getting started experience, we will be working in a Vagrant environment. -Create a new directory, and download [this `Vagrantfile`](https://github.com/hashicorp/nomad/blob/master/demo/vagrant/Vagrantfile). +Create a new directory, and download [this `Vagrantfile`](https://raw.githubusercontent.com/hashicorp/nomad/master/demo/vagrant/Vagrantfile). ## Vagrant Setup