diff --git a/public/app/features/plugins/PluginPage.tsx b/public/app/features/plugins/PluginPage.tsx index 6176e22034e..fe5349f6e93 100644 --- a/public/app/features/plugins/PluginPage.tsx +++ b/public/app/features/plugins/PluginPage.tsx @@ -212,8 +212,9 @@ class PluginPage extends PureComponent { if (item.type === PluginIncludeType.page) { const pluginId = this.state.plugin!.meta.id; const page = item.name.toLowerCase().replace(' ', '-'); + const url = item.path ?? `plugins/${pluginId}/page/${page}`; return ( - + {item.name}