From 48676a95a165d3f4a46651642ad6275e6f981d3a Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 15 Sep 2022 19:56:22 +0200 Subject: [PATCH] Fix download link in macOS install instructions (#55133) (#55140) The link was pointing to non-existing `7.3.0-381ff45epre` version. Updated to point to main download page, as with other platforms. (cherry picked from commit 1366b87b341be18c752ce81e539cba010d11e109) Co-authored-by: Adrian Serrano --- 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.