From f81f517651f7317e78e0724a98ad84de485ceb7b Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 29 May 2015 09:49:57 -0700 Subject: [PATCH 1/2] Add a note of where to view files before downloading them --- website/source/intro/examples/index.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/intro/examples/index.html.markdown b/website/source/intro/examples/index.html.markdown index 8ac1e0d45d..8457534e51 100644 --- a/website/source/intro/examples/index.html.markdown +++ b/website/source/intro/examples/index.html.markdown @@ -50,6 +50,9 @@ This will put the example files within your working directory. You can then use your own editor to read and browse the configurations. This command will not _run_ any code. +~> If you want to browse the files before you download them, you can [view +them on GitHub](https://github.com/hashicorp/terraform/tree/master/examples/aws-two-tier). + If you want to run the example, just run `terraform apply`: ``` From 4ecc9de93747ce7bfaddca086d0fce8eda4dc6b1 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 29 May 2015 09:50:32 -0700 Subject: [PATCH 2/2] Minor grammar change --- 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 8457534e51..11e2c24dc8 100644 --- a/website/source/intro/examples/index.html.markdown +++ b/website/source/intro/examples/index.html.markdown @@ -50,7 +50,7 @@ This will put the example files within your working directory. You can then use your own editor to read and browse the configurations. This command will not _run_ any code. -~> If you want to browse the files before you download them, you can [view +~> If you want to browse the files before downloading them, you can [view them on GitHub](https://github.com/hashicorp/terraform/tree/master/examples/aws-two-tier). If you want to run the example, just run `terraform apply`: