[Docs 10.1.x] Manual backport 75816 to v10.1.x (#75906)

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 2b83d7a168)

Co-authored-by: shaviz2000 <100825441+shaviz2000@users.noreply.github.com>
This commit is contained in:
Christopher Moyer
2023-10-03 11:15:21 -05:00
committed by GitHub
co-authored by shaviz2000
parent 3badf96c13
commit 7f75ea6bb3
4 changed files with 5 additions and 4 deletions
@@ -195,4 +195,4 @@ For more documentation on a specific data source plugin's features, including it
### Create a data source plugin
To build your own data source plugin, refer to the ["Build a data source plugin"](/developers/plugin-tools/tutorials/build-a-data-source-plugin) tutorial and our documentation about [building plugins](/developers/plugin-tools).
To build your own data source plugin, refer to the ["Build a data source plugin"](/developers/plugin-tools/tutorials/build-a-data-source-plugin) tutorial and our documentation about [building a plugin](/developers/plugin-tools).
+2 -1
View File
@@ -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 create 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
+1 -1
View File
@@ -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)