From 9aef680e660f37a12cbb769a00d10ada331be205 Mon Sep 17 00:00:00 2001 From: Sam Coren <65245580+scoren-gl@users.noreply.github.com> Date: Thu, 11 Jun 2020 04:43:20 -0400 Subject: [PATCH] Updated URL for developing plugins (#25521) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The existing link for developing plugins was redirecting to the legacy plugin docs page for developers. I updated it to the new link for latest post-7.0 release. 👍 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 74e4de0de9c..938e8c0e632 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,4 +64,4 @@ Before we can accept your pull request, you need to [sign our CLA](https://grafa - Set up your [development environment](contribute/developer-guide.md). - Learn how to [contribute documentation](contribute/documentation.md). -- Get started [developing plugins](https://grafana.com/docs/plugins/developing/development/) for Grafana. +- Get started [developing plugins](https://grafana.com/docs/grafana/latest/developers/plugins/) for Grafana.