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.
pull/39150/head
Jorge Luis Betancourt 4 years ago committed by GitHub
parent 0026162845
commit ae4900e76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save