Skip to content

Commit 63b561b

Browse files
lunaticusgreendprokop
authored andcommitted
PluginPage: replace plugin absolute url with relative (grafana#19956)
1 parent 6edc91a commit 63b561b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/features/plugins/PluginPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ function getPluginTabsNav(
403403
text: meta.name,
404404
img: meta.info.logos.large,
405405
subTitle: meta.info.author.name,
406-
breadcrumbs: [{ title: 'Plugins', url: '/plugins' }],
406+
breadcrumbs: [{ title: 'Plugins', url: 'plugins' }],
407407
url: `${appSubUrl}${path}`,
408408
children: setActivePage(query.page as string, pages, defaultPage),
409409
};

0 commit comments

Comments
 (0)