Skip to content

Commit

Permalink
add missing statis assets prefix (grafana#34999)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbrowne authored May 31, 2021
1 parent 823581a commit 28ccf2c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/sources/plugins/catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div class="medium-6 columns">
<video width="800" height="500" controls>
<source src="/assets/videos/plugins-catalog-install-8-0.mp4" type="video/mp4">
<video width="700" height="600" controls>
<source src="/static/assets/videos/plugins-catalog-install-8-0.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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)

0 comments on commit 28ccf2c

Please sign in to comment.