From f9e55b996310bb8d880f9ba792454517ee55740f Mon Sep 17 00:00:00 2001 From: Anna Urbiztondo Date: Wed, 13 Aug 2025 08:34:19 +0200 Subject: [PATCH] More links --- docs/sources/administration/plugin-management/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/administration/plugin-management/_index.md b/docs/sources/administration/plugin-management/_index.md index c4199dd8c39..050627d6a18 100644 --- a/docs/sources/administration/plugin-management/_index.md +++ b/docs/sources/administration/plugin-management/_index.md @@ -124,15 +124,15 @@ Plugin signature verification, also known as _signing_, is a security measure to ### Customize navigation placement of plugin pages -You can relocate app plugin pages to customize the navigation menu structure, as explained in [Customize navigation placement of plugin pages](customize-navigation-placement-of-plugin-pages). +You can relocate app plugin pages to customize the navigation menu structure, as explained in [Customize navigation placement of plugin pages](customize-nav-bar). ### Integrate plugins -You can configure your Grafana instance to let the frontends of installed plugins directly communicate locally with the backends of other installed plugins. See how in [Integrate your plugins](plugin-integrate). +You can configure your Grafana instance to let the frontends of installed plugins directly communicate locally with the backends of other installed plugins. See how in [Configure backend communication between installed plugins](plugin-integrate). ### Isolate plugin code with the Frontend Sandbox -You can use the [Plugin Frontend Sandbox](isolate-plugin-code-with-the-plugin-frontend-sandbox) to securely isolate plugin frontend code from the main Grafana application. +You can use the [Plugin Frontend Sandbox](plugin-frontend-sandbox) to securely isolate plugin frontend code from the main Grafana application. ### Learn more