From a2ee1969f87d05767736cdbba302ca59e80ddb25 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:26:14 -0500 Subject: [PATCH] [v10.0.x] Docs: Fix link to developing plugins (#75899) Docs: Fix link to developing plugins (#75816) * Docs: Fix link to developing plugins (#75788) * Update docs/sources/administration/data-source-management/index.md * Update docs/sources/administration/data-source-management/index.md * Apply suggestions from code review --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> (cherry picked from commit 2b83d7a168c2f7660d0005d495e9068f91d65ee8) Co-authored-by: shaviz2000 <100825441+shaviz2000@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- docs/sources/datasources/_index.md | 3 ++- docs/sources/developers/_index.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1dec36ce38c..935c08c5526 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,5 +83,5 @@ 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 to our documentation](contribute/documentation/README.md). -- Get started [developing plugins](/developers/plugin-tools) for Grafana. +- Get started [developing plugins](https://grafana.com/developers/plugin-tools) for Grafana. - Look through the resources in the [contribute](contribute) folder. diff --git a/docs/sources/datasources/_index.md b/docs/sources/datasources/_index.md index 44a95990b58..d5332117bea 100644 --- a/docs/sources/datasources/_index.md +++ b/docs/sources/datasources/_index.md @@ -29,7 +29,8 @@ After you add and configure a data source, you can use it as an input for many o This documentation describes how to manage data sources in general, and how to configure or query the built-in data sources. For other data sources, refer to the list of [datasource plugins](/grafana/plugins/). -To develop a custom plugin, refer to our [plugin development documentation](/developers/plugin-tools). + +To develop a custom plugin, refer to [Build a plugin](/developers/plugin-tools). ## Manage data sources diff --git a/docs/sources/developers/_index.md b/docs/sources/developers/_index.md index 8ec4b6d0027..44c6ca4a2e7 100644 --- a/docs/sources/developers/_index.md +++ b/docs/sources/developers/_index.md @@ -14,7 +14,7 @@ weight: 190 Go to the [Grafana developer portal](/developers) to access the following documentation: - [Grafana plugin development](/developers/plugin-tools) -- [Grafana UI component library](https://developers.grafana.com) +- [Grafana design system](https://developers.grafana.com) - [Grafana Scenes](/developers/scenes) - [Grafana data plane](/developers/dataplane)