diff --git a/docs/sources/plugins/developing/plugin-review-guidelines.md b/docs/sources/plugins/developing/plugin-review-guidelines.md index 1cca69417ab..d3f7dc087aa 100644 --- a/docs/sources/plugins/developing/plugin-review-guidelines.md +++ b/docs/sources/plugins/developing/plugin-review-guidelines.md @@ -13,7 +13,7 @@ The Grafana team reviews all plugins that are published on Grafana.com. There ar ## Metadata -The plugin metadata consists of a `plugin.json` file and the README.md file. These `plugin.json` file is used by Grafana to load the plugin and the README.md file is shown in the plugins section of Grafana and the plugins section of Grafana.com. +The plugin metadata consists of a `plugin.json` file and the README.md file. The `plugin.json` file is used by Grafana to load the plugin, and the README.md file is shown in the plugins section of Grafana and the plugins section of https://grafana.com. ### README.md