From 1366b87b341be18c752ce81e539cba010d11e109 Mon Sep 17 00:00:00 2001 From: Adrian Serrano Date: Wed, 14 Sep 2022 00:06:01 +0200 Subject: [PATCH] Fix download link in macOS install instructions (#55133) The link was pointing to non-existing `7.3.0-381ff45epre` version. Updated to point to main download page, as with other platforms. --- docs/sources/setup-grafana/installation/mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/installation/mac.md b/docs/sources/setup-grafana/installation/mac.md index db6c6a56945..6601459c005 100644 --- a/docs/sources/setup-grafana/installation/mac.md +++ b/docs/sources/setup-grafana/installation/mac.md @@ -37,7 +37,7 @@ Use [Homebrew](http://brew.sh/) to install the most recent released version of G ## Install standalone macOS binaries -To install a nightly build, or to install the latest version of Grafana without Homebrew, go to the [Grafana download page](https://grafana.com/grafana/download/7.3.0-381ff45epre?platform=mac). +To install a nightly build, or to install the latest version of Grafana without Homebrew, go to the [Grafana download page](https://grafana.com/grafana/download?platform=mac). 1. Select the Grafana version you want to install. By default, the most recent released version is selected.