diff --git a/docs/sources/developers/plugins/migration-guide/v6.x-v7.x/_index.md b/docs/sources/developers/plugins/migration-guide/v6.x-v7.x/_index.md index 2e58cb61336..f57bd75e0c9 100644 --- a/docs/sources/developers/plugins/migration-guide/v6.x-v7.x/_index.md +++ b/docs/sources/developers/plugins/migration-guide/v6.x-v7.x/_index.md @@ -80,7 +80,7 @@ async query(options: DataQueryRequest): Promise { ## Troubleshoot plugin migration -As of Grafana 7.0, backend plugins can now be cryptographically signed to verify their origin. By default, Grafana ignores unsigned plugins. For more information, refer to [Allow unsigned plugins]({{< relref "../../../administration/plugin-management/#allow-unsigned-plugins" >}}). +As of Grafana 7.0, backend plugins can now be cryptographically signed to verify their origin. By default, Grafana ignores unsigned plugins. For more information, refer to [Allow unsigned plugins]({{< relref "../../../../administration/plugin-management/#allow-unsigned-plugins" >}}). ## From version 6.5.x to 7.3.0 diff --git a/docs/sources/developers/plugins/migration-guide/v7.x-v8.x/_index.md b/docs/sources/developers/plugins/migration-guide/v7.x-v8.x/_index.md index 5cd859860f0..60dda7f78b2 100644 --- a/docs/sources/developers/plugins/migration-guide/v7.x-v8.x/_index.md +++ b/docs/sources/developers/plugins/migration-guide/v7.x-v8.x/_index.md @@ -156,7 +156,7 @@ We strongly recommend that you not allow unsigned plugins in your Grafana instal To sign your plugin, see [Sign a plugin](https://grafana.com/docs/grafana/latest/developers/plugins/sign-a-plugin/#sign-a-plugin). -You can still run and develop an unsigned plugin by running your Grafana instance in [development mode](https://grafana.com/docs/grafana/latest/administration/configuration/#app_mode). Alternatively, you can use the [allow_loading_unsigned_plugins]({{< relref "../../setup-grafana/configure-grafana/#allow_loading_unsigned_plugins" >}}) configuration setting. +You can still run and develop an unsigned plugin by running your Grafana instance in [development mode](https://grafana.com/docs/grafana/latest/administration/configuration/#app_mode). Alternatively, you can use the [allow_loading_unsigned_plugins]({{< relref "../../../../setup-grafana/configure-grafana/#allow_loading_unsigned_plugins" >}}) configuration setting. ## Update react-hook-form from v6 to v7 @@ -198,7 +198,7 @@ import { cx, css } from '@emotion/css'; ## Update needed for app plugins using dashboards -To make side navigation work properly - app plugins targeting Grafana `8.+` and integrating into the side menu via [addToNav]({{< relref "metadata/#properties-4" >}}) property need to adjust their `plugin.json` and all dashboard json files to have a matching `uid`. +To make side navigation work properly - app plugins targeting Grafana `8.+` and integrating into the side menu via [addToNav]({{< relref "../../metadata/#properties-4" >}}) property need to adjust their `plugin.json` and all dashboard json files to have a matching `uid`. **`plugin.json`** diff --git a/docs/sources/developers/plugins/migration-guide/v8.x-v9.x/_index.md b/docs/sources/developers/plugins/migration-guide/v8.x-v9.x/_index.md index a553495aece..90a4ad352fc 100644 --- a/docs/sources/developers/plugins/migration-guide/v8.x-v9.x/_index.md +++ b/docs/sources/developers/plugins/migration-guide/v8.x-v9.x/_index.md @@ -71,7 +71,7 @@ We have removed the deprecated `getFormStyles` function from [grafana-ui](https: ### /api/ds/query replaces /api/tsdb/query -We have removed the deprecated `/api/tsdb/query` metrics endpoint. Use [/api/ds/query]({{< relref "../http_api/data_source/#query-a-data-source" >}}) instead +We have removed the deprecated `/api/tsdb/query` metrics endpoint. Use [/api/ds/query]({{< relref "../../../http_api/data_source/#query-a-data-source" >}}) instead ### selectOptionInTest has been removed diff --git a/docs/sources/whatsnew/whats-new-in-v9-4.md b/docs/sources/whatsnew/whats-new-in-v9-4.md index feea36c9224..365e0bf2326 100644 --- a/docs/sources/whatsnew/whats-new-in-v9-4.md +++ b/docs/sources/whatsnew/whats-new-in-v9-4.md @@ -40,7 +40,7 @@ The new navigation is gradually rolling out to all users on Grafana Cloud. If yo > **Note:** The Grafana documentation has not yet been updated to reflect changes to the navigation. -> **Note:** Plugin developers should refer to [the migration guide]({{< relref "../developers/plugins/migration-guide.md#supporting-new-navigation-layout" >}}) to upgrade their plugins to work seamlessly with the new navigation layout. +> **Note:** Plugin developers should refer to [the migration guide]({{< relref "../developers/plugins/migration-guide/v9.3.x-9.4.x/_index.md#supporting-new-navigation-layout" >}}) to upgrade their plugins to work seamlessly with the new navigation layout. {{< figure src="/media/docs/grafana/navigation-9-4.png" max-width="750px" caption="Grafana new navigation" >}}