From 047136c830f25592c19c22ebda583ece6a5779c1 Mon Sep 17 00:00:00 2001 From: nbav12 Date: Tue, 25 Feb 2025 10:11:00 +0200 Subject: [PATCH] Docs: Change link title (#101043) Update _index.md Proposal to change the link title (also the relref behind, respectively). At the sidebar, under: Set up > Install Grafana - there is a link with the title "RHEL or Fedora". Just to be uniform... --- docs/sources/setup-grafana/installation/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/installation/_index.md b/docs/sources/setup-grafana/installation/_index.md index 940a80aa91c..44c69f8ab47 100644 --- a/docs/sources/setup-grafana/installation/_index.md +++ b/docs/sources/setup-grafana/installation/_index.md @@ -32,7 +32,7 @@ Grafana relies on other open source software to operate. For a list of open sour Grafana supports the following operating systems: - [Debian or Ubuntu]({{< relref "./debian" >}}) -- [Red Hat, RHEL, or Fedora]({{< relref "./redhat-rhel-fedora" >}}) +- [RHEL or Fedora]({{< relref "./rhel-fedora" >}}) - [SUSE or openSUSE]({{< relref "./suse-opensuse" >}}) - [macOS]({{< relref "./mac" >}}) - [Windows]({{< relref "./windows" >}})