From 825809f309497b2f4824280e50ac55766c0a64af Mon Sep 17 00:00:00 2001 From: stack72 Date: Tue, 22 Mar 2016 17:47:38 +0000 Subject: [PATCH] documentation: Change the consul provider link on the consul example README --- examples/consul/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/consul/README.md b/examples/consul/README.md index 1460d3531..3d02feb5f 100644 --- a/examples/consul/README.md +++ b/examples/consul/README.md @@ -5,7 +5,7 @@ and orchestration. The Key/Value store it provides is often used to store application configuration and information about the infrastructure necessary to process requests. -Terraform provides a [Consul provider](/docs/providers/consul/index.html) which +Terraform provides a [Consul provider](https://www.terraform.io/docs/providers/consul/index.html) which can be used to interface with Consul from inside a Terraform configuration. For our example, we use the [Consul demo cluster](http://demo.consul.io) @@ -27,7 +27,7 @@ that the "tf\_test/id" and "tf\_test/public\_dns" values have been set. We can now teardown the infrastructure following the -[instructions here](/intro/getting-started/destroy.html). Because +[instructions here](https://www.terraform.io/intro/getting-started/destroy.html). Because we set the 'delete' property of two of the Consul keys, Terraform will cleanup those keys on destroy. We can verify this by using the Web UI.