From 0a298693a2e6005fcd1217bb34ae0db96993826a Mon Sep 17 00:00:00 2001 From: Joseph Perez <45749060+josmperez@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:23:52 -0700 Subject: [PATCH] Docs: Minor link fixes or enhancements related to plugin docs (#75839) Minor link fixes or enhancements --- docs/sources/datasources/_index.md | 2 +- docs/sources/developers/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/datasources/_index.md b/docs/sources/datasources/_index.md index 891c9fc36db..44a95990b58 100644 --- a/docs/sources/datasources/_index.md +++ b/docs/sources/datasources/_index.md @@ -29,7 +29,7 @@ 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 [Build a plugin](/developers/plugin-tools) +To develop a custom plugin, refer to our [plugin development documentation](/developers/plugin-tools). ## Manage data sources diff --git a/docs/sources/developers/_index.md b/docs/sources/developers/_index.md index 44c6ca4a2e7..8ec4b6d0027 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 design system](https://developers.grafana.com) +- [Grafana UI component library](https://developers.grafana.com) - [Grafana Scenes](/developers/scenes) - [Grafana data plane](/developers/dataplane)