From 0c912f8a10a74f3887ea984b127cbf04c89c411a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Portebois?= Date: Tue, 9 Oct 2018 06:24:09 -0400 Subject: [PATCH] Fix Provider Versions link target Fixes [https://github.com/hashicorp/terraform/issues/19028](#19028) --- website/docs/index.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown index 708c69f0..43b6f129 100644 --- a/website/docs/index.html.markdown +++ b/website/docs/index.html.markdown @@ -8,7 +8,8 @@ description: |- # Google Cloud Platform Provider --> We recently introduced the `google-beta` provider. See [Provider Versions](https://terraform.io/docs/providers/google/provider_versions.html) + +-> We recently introduced the `google-beta` provider. See [Provider Versions](https://www.terraform.io/docs/providers/google/provider_versions.html) for more details on how to use `google-beta`. The Google provider is used to configure your [Google Cloud Platform](https://cloud.google.com/) infrastructure.