From c8c0d3ef9ff3f7774e4e3b92035d938dfdc3eee8 Mon Sep 17 00:00:00 2001 From: Peter Hollows Date: Tue, 28 Apr 2015 21:08:43 +1000 Subject: [PATCH] Update README.md Fix dead link --- examples/aws-two-tier/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aws-two-tier/README.md b/examples/aws-two-tier/README.md index 49330eb60..8a5ad61a3 100644 --- a/examples/aws-two-tier/README.md +++ b/examples/aws-two-tier/README.md @@ -6,7 +6,7 @@ an ELB serving traffic. To simplify the example, this intentionally ignores deploying and getting your application onto the servers. However, you could do so either via -[provisioners](/docs/provisioners/index.html) and a configuration +[provisioners](https://www.terraform.io/docs/provisioners/) and a configuration management tool, or by pre-baking configured AMIs with [Packer](http://www.packer.io).