From 96b476cd5660697cd8070bcc6a24969a8f857818 Mon Sep 17 00:00:00 2001 From: Fwiffo Date: Mon, 28 Jul 2014 15:27:31 -0700 Subject: [PATCH] getting started guide link was broken before: /intro/getting-started.html after : /intro/getting-started/install.html just assumed that's what you meant to use --- website/source/intro/examples/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/examples/index.html.markdown b/website/source/intro/examples/index.html.markdown index 060c2c521..aaf837e63 100644 --- a/website/source/intro/examples/index.html.markdown +++ b/website/source/intro/examples/index.html.markdown @@ -26,7 +26,7 @@ Experimenting in this way can help you learn how the Terraform lifecycle works, as well as how to repeatedly create and destroy infrastructure. If you're completely new to Terraform, we recommend reading the -[getting started guide](/intro/getting-started.html) before diving into +[getting started guide](/intro/getting-started/install.html) before diving into the examples. However, due to the intuitive configuration Terraform uses it isn't required.