From e6b94d1f7b8d82d91b05acff64fdadec3362c8a2 Mon Sep 17 00:00:00 2001 From: JCM Date: Thu, 16 Oct 2014 22:49:06 +0100 Subject: [PATCH] Update aws-count example with correct github link --- website/source/intro/examples/count.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/examples/count.markdown b/website/source/intro/examples/count.markdown index 29ec62fef..5d475b3cb 100644 --- a/website/source/intro/examples/count.markdown +++ b/website/source/intro/examples/count.markdown @@ -6,7 +6,7 @@ sidebar_current: "examples-count" # Count Example -[**Example Contents**](https://github.com/hashicorp/terraform/tree/master/examples/count) +[**Example Contents**](https://github.com/hashicorp/terraform/tree/master/examples/aws-count) The count parameter on resources can simplify configurations and let you scale resources by simply incrementing a number.