Skip to content

Commit

Permalink
Docs: Fix broken link to signed GCS URLs docs (#39144)
Browse files Browse the repository at this point in the history
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.

(cherry picked from commit ae4900e)
  • Loading branch information
jorgelbg authored and grafanabot committed Sep 13, 2021
1 parent 2cc19d6 commit b011d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/administration/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,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
Expand Down

0 comments on commit b011d13

Please sign in to comment.