From ae4900e76fef276e1eae32d313466be03c490361 Mon Sep 17 00:00:00 2001 From: Jorge Luis Betancourt Date: Mon, 13 Sep 2021 18:06:42 +0200 Subject: [PATCH] Docs: Fix broken link to signed GCS URLs docs (#39144) The current version of the docs contains a broken link to the GCS docs about signed URLs. The link (since it contains an additional `]`) generates a 404 and also slightly breaks the rendering of the link. --- docs/sources/administration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/administration/configuration.md b/docs/sources/administration/configuration.md index fc857cfb087..6a4a1eaeb5e 100644 --- a/docs/sources/administration/configuration.md +++ b/docs/sources/administration/configuration.md @@ -1434,7 +1434,7 @@ Optional extra path inside bucket. ### enable_signed_urls -If set to true, Grafana creates a [signed URL](https://cloud.google.com/storage/docs/access-control/signed-urls] for +If set to true, Grafana creates a [signed URL](https://cloud.google.com/storage/docs/access-control/signed-urls) for the image uploaded to Google Cloud Storage. ### signed_url_expiration