From b640eb0c850e5d3aaa64ce29edc464fe7162437b Mon Sep 17 00:00:00 2001 From: Isabel <76437239+imatwawana@users.noreply.github.com> Date: Tue, 20 Jun 2023 05:15:28 -0400 Subject: [PATCH] [v9.4.x] docs: Use "or" to convey that OS options are unique (#70353) * Fix merge conflict * Update relrefs --------- Co-authored-by: Ursula Kallio --- docs/sources/setup-grafana/installation/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/sources/setup-grafana/installation/_index.md b/docs/sources/setup-grafana/installation/_index.md index f44b447e7cd..c236724af2b 100644 --- a/docs/sources/setup-grafana/installation/_index.md +++ b/docs/sources/setup-grafana/installation/_index.md @@ -23,11 +23,11 @@ Grafana relies on other open source software to operate. For a list of open sour Grafana supports the following operating systems: -- [Debian/Ubuntu]({{< relref "debian/" >}}) -- [Red Hat/RHEL/Fedora]({{< relref "redhat-rhel-fedora/" >}}) -- [SUSE/openSUSE]({{< relref "suse-opensuse/" >}}) -- [macOS]({{< relref "mac/" >}}) -- [Windows]({{< relref "windows/" >}}) +- [Debian or Ubuntu]({{< relref "./debian" >}}) +- [Red Hat, RHEL, or Fedora]({{< relref "./redhat-rhel-fedora" >}}) +- [SUSE or openSUSE]({{< relref "./suse-opensuse" >}}) +- [macOS]({{< relref "./mac" >}}) +- [Windows]({{< relref "./windows" >}}) > **Note:** Installation of Grafana on other operating systems is possible, but is not recommended or supported.