From b06b3d5a613dcc6ab4882390f88dcae071bc1407 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 31 May 2021 15:42:36 -0400 Subject: [PATCH] add missing statis assets prefix (#34999) (#35007) (cherry picked from commit 28ccf2c880e6020843c67fdaab3de42cc1a8901c) Co-authored-by: Will Browne --- docs/sources/plugins/catalog.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/sources/plugins/catalog.md b/docs/sources/plugins/catalog.md index b182c2aed80..0be50c2cc62 100644 --- a/docs/sources/plugins/catalog.md +++ b/docs/sources/plugins/catalog.md @@ -9,8 +9,8 @@ weight = 1 The Plugin catalog allows users to browse and manage plugins from within Grafana. Only Organization Admins who are also Grafana Server Admins can access and use the catalog.
-
@@ -27,7 +27,7 @@ To browse available plugins: You can also browse existing plugins by navigating to the **Library** tab. -![Plugin catalog browse](/img/docs/plugins/plugins-catalog-browse-8-0.png) +![Plugin catalog browse](/static/img/docs/plugins/plugins-catalog-browse-8-0.png) ## Install a plugin @@ -39,7 +39,7 @@ You can also browse existing plugins by navigating to the **Library** tab. A confirmation message opens notifying that the installation was successful. -![Plugin catalog install](/img/docs/plugins/plugins-catalog-install-8-0.png) +![Plugin catalog install](/static/img/docs/plugins/plugins-catalog-install-8-0.png) ## Update a plugin @@ -51,7 +51,7 @@ A confirmation message opens notifying that the installation was successful. A confirmation message opens notifying that the installation was successful. -![Plugin catalog update](/img/docs/plugins/plugins-catalog-update-8-0.png) +![Plugin catalog update](/static/img/docs/plugins/plugins-catalog-update-8-0.png) ## Uninstall a plugin @@ -63,4 +63,4 @@ A confirmation message opens notifying that the installation was successful. A confirmation message opens notifying that the installation was successful. -![Plugin catalog uninstall](/img/docs/plugins/plugins-catalog-uninstall-8-0.png) +![Plugin catalog uninstall](/static/img/docs/plugins/plugins-catalog-uninstall-8-0.png)