From 8243d09acd66dca8a38a1e5e0d0b56458de69aec Mon Sep 17 00:00:00 2001 From: Brett Slaski Date: Sun, 4 Jun 2017 16:21:24 -0500 Subject: [PATCH] Url to aws-two-tier example changed. (#15045) Provided what I believe to the the new correct address for the example url. --- 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 bd28fc89a7..3b60a492ca 100644 --- a/website/source/intro/examples/index.html.markdown +++ b/website/source/intro/examples/index.html.markdown @@ -42,7 +42,7 @@ Once installed, you can use two steps to view and run the examples. To clone any examples, run `terraform init` with the URL to the example: ``` -$ terraform init github.com/hashicorp/terraform/examples/aws-two-tier +$ terraform init github.com/hashicorp/terraform/tree/master/examples/aws-two-tier ... ```