From d4264cbfc2e42aa55a885460c45110b9c74ad8a7 Mon Sep 17 00:00:00 2001 From: Joe Handzik Date: Sun, 21 May 2017 03:03:57 -0500 Subject: [PATCH] Make location for plugins consistent (#8429) Please let me know if this changed in a more recent version of Grafana, but when using 4.2.0 the manual install directions were off a little (there was no `data/plugins` directory, only a `plugins` directory). Signed-Off-By: Joe Handzik --- docs/sources/plugins/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/plugins/installation.md b/docs/sources/plugins/installation.md index f136d552f51..977abb055f1 100644 --- a/docs/sources/plugins/installation.md +++ b/docs/sources/plugins/installation.md @@ -99,6 +99,6 @@ To manually install a Plugin via the Grafana.com API: } ``` -4. Download the plugin with `https://grafana.com/api/plugins//versions//download` (for example: https://grafana.com/api/plugins/jdbranham-diagram-panel/versions/1.4.0/download). Unzip the downloaded file into the Grafana Server's `data/plugins` directory. +4. Download the plugin with `https://grafana.com/api/plugins//versions//download` (for example: https://grafana.com/api/plugins/jdbranham-diagram-panel/versions/1.4.0/download). Unzip the downloaded file into the Grafana Server's `plugins` directory. 5. Restart the Grafana Server.