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 ... ```