mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Fix links to plugin-tools in changelog, breaking changes (#76726)
Fix links to plugin-tools in changelog, breaking changes
This commit is contained in:
@@ -343,7 +343,7 @@ Here are some of the benefits of create-plugin:
|
||||
|
||||
- **Improved testing capabilities:** Testing plugins with @grafana/create-plugin is much easier with GitHub workflows that automate unit and e2e test runs whenever changes are pushed to GitHub.
|
||||
|
||||
- **Better documentation:** The [documentation](https://grafana.github.io/plugin-tools/docs/get-started/) for @grafana/create-plugin is more comprehensive and easier to discover than that of @grafana/toolkit.
|
||||
- **Better documentation:** The [documentation](https://grafana.com/developers/plugin-tools/) for @grafana/create-plugin is more comprehensive and easier to discover than that of @grafana/toolkit.
|
||||
|
||||
#### Migration path
|
||||
|
||||
@@ -361,7 +361,7 @@ npx @grafana/create-plugin@latest migrate
|
||||
|
||||
#### Learn more
|
||||
|
||||
- [Migration guide](https://grafana.github.io/plugin-tools/docs/get-started/migrate-from-toolkit)
|
||||
- [Migration guide](https://grafana.com/developers/plugin-tools/migration-guides/migrate-from-toolkit)
|
||||
|
||||
## Deprecations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user