From 1047ecbb5451e4cd56c8e516a2764a5c79109bba Mon Sep 17 00:00:00 2001 From: Thomas Poindessous Date: Wed, 17 Oct 2018 17:23:08 +0200 Subject: [PATCH 1/2] Create a link to storage_bucket_acl doc Create a link to storage_bucket_acl ressource documentation page. --- website/docs/r/storage_bucket.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/storage_bucket.html.markdown b/website/docs/r/storage_bucket.html.markdown index 29b46fdfba1..16fcb9654bb 100644 --- a/website/docs/r/storage_bucket.html.markdown +++ b/website/docs/r/storage_bucket.html.markdown @@ -10,7 +10,7 @@ description: |- Creates a new bucket in Google cloud storage service (GCS). Once a bucket has been created, its location can't be changed. -[ACLs](https://cloud.google.com/storage/docs/access-control/lists) can be applied using the `google_storage_bucket_acl` resource. +[ACLs](https://cloud.google.com/storage/docs/access-control/lists) can be applied using the [`google_storage_bucket_acl` resource](./storage_bucket_acl.html). For more information see [the official documentation](https://cloud.google.com/storage/docs/overview) and From fb632d98e6c85e11ccf9255943cdc9541146f148 Mon Sep 17 00:00:00 2001 From: Thomas Poindessous Date: Wed, 17 Oct 2018 22:36:57 +0200 Subject: [PATCH 2/2] Change format of link Link must be absolute and not relative --- website/docs/r/storage_bucket.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/storage_bucket.html.markdown b/website/docs/r/storage_bucket.html.markdown index 16fcb9654bb..548a38d9ce1 100644 --- a/website/docs/r/storage_bucket.html.markdown +++ b/website/docs/r/storage_bucket.html.markdown @@ -10,7 +10,7 @@ description: |- Creates a new bucket in Google cloud storage service (GCS). Once a bucket has been created, its location can't be changed. -[ACLs](https://cloud.google.com/storage/docs/access-control/lists) can be applied using the [`google_storage_bucket_acl` resource](./storage_bucket_acl.html). +[ACLs](https://cloud.google.com/storage/docs/access-control/lists) can be applied using the [`google_storage_bucket_acl` resource](/docs/providers/google/r/storage_bucket_acl.html). For more information see [the official documentation](https://cloud.google.com/storage/docs/overview) and