From 024035114a91c7b614ca02597ecec0dfe832cc63 Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Wed, 10 Mar 2021 15:38:22 -0600 Subject: [PATCH] Fix broken link error Link to https://consul.io/ is not actually broken but returns a 307 redirect to https://www.consul.io/ which the broken link test counts as a failure. --- website/docs/language/state/workspaces.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/state/workspaces.html.md b/website/docs/language/state/workspaces.html.md index 9f5a4edbb3..a675d8edde 100644 --- a/website/docs/language/state/workspaces.html.md +++ b/website/docs/language/state/workspaces.html.md @@ -158,7 +158,7 @@ Where multiple configurations are representing distinct system components rather than multiple deployments, data can be passed from one component to another using paired resources types and data sources. For example: -* Where a shared [Consul](https://consul.io/) cluster is available, use +* Where a shared [Consul](https://www.consul.io/) cluster is available, use [`consul_key_prefix`](https://registry.terraform.io/providers/hashicorp/consul/latest/docs/resources/key_prefix) to publish to the key/value store and [`consul_keys`](https://registry.terraform.io/providers/hashicorp/consul/latest/docs/data-sources/keys) to retrieve those values in other configurations.