From ebcc50e9bd85069a107c23f291b0537313994f88 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 4 May 2021 17:41:38 +0100 Subject: [PATCH] Docs: Update installation.md (#33656) (#33703) (cherry picked from commit 985331e813a80f4a01a0070852839f3fabbbb39f) Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> --- docs/sources/plugins/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/plugins/installation.md b/docs/sources/plugins/installation.md index 6066f2a88b1..50ed6d95722 100644 --- a/docs/sources/plugins/installation.md +++ b/docs/sources/plugins/installation.md @@ -30,3 +30,5 @@ After the user has downloaded the archive containing the plugin assets, they can ``` unzip my-plugin-0.2.0.zip -d YOUR_PLUGIN_DIR/my-plugin ``` + +The path to the plugin directory is defined in the configuration file. For more information, refer to [Configuration]({{< relref "../administration/configuration.md#plugins" >}}).