From b2074a68d4f0f33c9e5aa30754ae8f9475af7444 Mon Sep 17 00:00:00 2001 From: Ursula Kallio Date: Mon, 19 Jun 2023 16:37:24 +0200 Subject: [PATCH] Use "or" to convey that OS options are unique (#70332) --- docs/sources/setup-grafana/installation/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/setup-grafana/installation/_index.md b/docs/sources/setup-grafana/installation/_index.md index aa515233962..478b8ae22e7 100644 --- a/docs/sources/setup-grafana/installation/_index.md +++ b/docs/sources/setup-grafana/installation/_index.md @@ -23,9 +23,9 @@ 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" >}}) +- [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" >}})