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:
Joseph Perez
2023-10-18 08:08:05 -07:00
committed by GitHub
parent d632dd672c
commit 756df61a88
2 changed files with 3 additions and 3 deletions

View File

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