mirror of
https://github.com/grafana/grafana.git
synced 2025-07-27 07:32:09 +08:00
Docs: Fix broken links to create-plugin docs (#72965)
* Fix broken links to create-plugin docs * Typo fix * Fix additional broken link * Fix additional links
This commit is contained in:
@ -29,4 +29,4 @@ This section contains how-to topics for developing Grafana plugins:
|
||||
|
||||
Additional resources:
|
||||
|
||||
- [Build a Grafana plugin with the create-plugin tool](https://grafana.github.io/plugin-tools/docs/getting-started/creating-a-plugin)
|
||||
- [Build a Grafana plugin with the create-plugin tool](https://grafana.github.io/plugin-tools/docs/get-started/).
|
||||
|
@ -22,6 +22,6 @@ This section contains guidance for building plugins:
|
||||
|
||||
Additional resources:
|
||||
|
||||
- [Get started with creating a plugin](https://grafana.github.io/plugin-tools/docs/getting-started)
|
||||
- [Get started with creating a plugin](https://grafana.github.io/plugin-tools/docs/get-started/)
|
||||
- [Types of Grafana plugins](/docs/grafana/latest/administration/plugin-management/)
|
||||
- [Set up your development environment](https://grafana.github.io/plugin-tools/docs/development/docker)
|
||||
- [Set up your development environment](https://grafana.github.io/plugin-tools/docs/get-started/set-up-development-environment)
|
||||
|
@ -41,7 +41,7 @@ With Grafana 7.0, we released a new tool for making it easier to develop plugins
|
||||
|
||||
For more information, refer to [@grafana/toolkit](https://www.npmjs.com/package/@grafana/toolkit).
|
||||
|
||||
{{% admonition type="note" %}} As of Grafana 10.0, `@grafana/toolkit` is deprecated. It is replaced by the [`create-plugin`](https://grafana.github.io/plugin-tools/docs/getting-started/creating-a-plugin) tool.
|
||||
{{% admonition type="note" %}} As of Grafana 10.0, `@grafana/toolkit` is deprecated. It is replaced by the [`create-plugin`](https://grafana.github.io/plugin-tools/docs/get-started/) tool.
|
||||
{{% /admonition %}}
|
||||
|
||||
### Field options
|
||||
|
Reference in New Issue
Block a user