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.