From e103995b9f307c35e455a8824c2f2aa79fd8268b Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 10:47:00 -0500 Subject: [PATCH] [v11.0.x] Docs: Fix link to values.yaml file (#87256) Docs: Fix link to values.yaml file (#87014) Fix link to values.yaml file Linking to the "edit" URL fails if the reader doesn't have write access to the repo: they'll be prompted to fork the repo or to sign in to GitHub. Instead link to the "blob" URL which is accessible to all readers. (cherry picked from commit 64d5440c5a635601b98df47593dfeda3c868a35d) Co-authored-by: Nicholas P. Cole --- docs/sources/setup-grafana/installation/helm/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/installation/helm/index.md b/docs/sources/setup-grafana/installation/helm/index.md index b49c8271ca8c..2bc62a8c66d4 100644 --- a/docs/sources/setup-grafana/installation/helm/index.md +++ b/docs/sources/setup-grafana/installation/helm/index.md @@ -196,7 +196,7 @@ By modifying the values in the `values.yaml` file, you can tailor the deployment In order to make any configuration changes, download the `values.yaml` file from the Grafana Helm Charts repository: -https://github.com/grafana/helm-charts/edit/main/charts/grafana/values.yaml +https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml {{% admonition type="note" %}} Depending on your use case requirements, you can use a single YAML file that contains your configuration changes or you can create multiple YAML files.