From 67ffa3f20c5b577cd3644bff317ada262b2f3e33 Mon Sep 17 00:00:00 2001 From: Rob Genova Date: Mon, 10 Jul 2017 22:09:17 -0700 Subject: [PATCH] Fix terraform links --- website/source/guides/spark/pre.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/guides/spark/pre.html.md b/website/source/guides/spark/pre.html.md index 3691a6373..0dfedd6a3 100644 --- a/website/source/guides/spark/pre.html.md +++ b/website/source/guides/spark/pre.html.md @@ -14,9 +14,9 @@ cluster. ## Provision a Cluster in AWS -Nomad's [Terraform configuration](https://github.com/hashicorp/nomad/terraform) +Nomad's [Terraform configuration](https://github.com/hashicorp/nomad/tree/master/terraform) can be used to quickly provision a Spark-enabled Nomad environment in - AWS. The embedded [Spark example](https://github.com/hashicorp/nomad/terraform/examples/spark) + AWS. The embedded [Spark example](https://github.com/hashicorp/nomad/tree/master/terraform/examples/spark) provides for a quickstart experience that can be used in conjunction with this guide. When you have a cluster up and running, you can proceed to [Submitting applications](/guides/spark/submit.html).