Docs: Minor link fixes or enhancements related to plugin docs (#75839)

Minor link fixes or enhancements
This commit is contained in:
Joseph Perez 2023-10-02 09:23:52 -07:00 committed by GitHub
parent 9076904173
commit 0a298693a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

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 design system](https://developers.grafana.com)
- [Grafana UI component library](https://developers.grafana.com)
- [Grafana Scenes](/developers/scenes)
- [Grafana data plane](/developers/dataplane)