From 74e428d0ccce9fc384aea923f3fd3efa7bca895f Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Tue, 3 Oct 2023 13:52:27 +0100 Subject: [PATCH] Remove dead link to plugins documentation (#75882) Signed-off-by: Jack Baldry --- docs/sources/release-notes/release-notes-9-0-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/release-notes/release-notes-9-0-0.md b/docs/sources/release-notes/release-notes-9-0-0.md index bacaba15f6e..b3ed30c29aa 100644 --- a/docs/sources/release-notes/release-notes-9-0-0.md +++ b/docs/sources/release-notes/release-notes-9-0-0.md @@ -192,7 +192,7 @@ In the Loki data source, the dataframe format used to represent Loki logs-data h ### Deprecations -`setExploreQueryField`, `setExploreMetricsQueryField` and `setExploreLogsQueryField` are now deprecated and will be removed in a future release. If you need to set a different query editor for Explore, conditionally render based on `props.app` in your regular query editor. Please refer to https://grafana.com/docs/grafana/latest/developers/plugins/add-support-for-explore-queries/ for more information. +`setExploreQueryField`, `setExploreMetricsQueryField` and `setExploreLogsQueryField` are now deprecated and will be removed in a future release. If you need to set a different query editor for Explore, conditionally render based on `props.app` in your regular query editor. Issue [#48701](https://github.com/grafana/grafana/issues/48701) ### Plugin development fixes & changes