From 7065b04bf6f7f9a942bff49a9d8511b98e1c61aa Mon Sep 17 00:00:00 2001 From: David Harris Date: Fri, 17 Mar 2023 14:03:09 +0000 Subject: [PATCH] use correct link for angular to react guide --- docs/sources/developers/angular_deprecation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/developers/angular_deprecation.md b/docs/sources/developers/angular_deprecation.md index 7b2e48433be..7892877dccb 100644 --- a/docs/sources/developers/angular_deprecation.md +++ b/docs/sources/developers/angular_deprecation.md @@ -36,6 +36,6 @@ We encourage you to locate the repository of the corresponding plugin and create ### Links -- [Migrate Angular to React](https://grafana.com/docs/grafana/latest/developers/plugins/migration-guide/#migrate-a-plugin-from-angular-to-react) +- [Migrate Angular to React](https://grafana.com/docs/grafana/latest/developers/plugins/migration-guide/angular-react/) - [Build a panel plugin](https://grafana.com/tutorials/build-a-panel-plugin/) - [Build a data source plugin](https://grafana.com/tutorials/build-a-data-source-plugin/)