Skip to content

Commit

Permalink
Docs: Fix link to developing plugins (grafana#75816)
Browse files Browse the repository at this point in the history
* Docs: Fix link to developing plugins (grafana#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>
  • Loading branch information
shaviz2000 and chri2547 authored Oct 3, 2023
1 parent 965c1de commit 2b83d7a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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 a plugin](/developers/plugins-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).
3 changes: 2 additions & 1 deletion docs/sources/datasources/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/developers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2b83d7a

Please sign in to comment.