Skip to content

Commit 61b47c1

Browse files
committed
Fix link to upgrade assistant
This broke when stack management changed their URLs.
1 parent bf73bcf commit 61b47c1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

x-pack/plugins/apm/public/setHelpExtension.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ export function setHelpExtension({ chrome, http }: CoreStart) {
2020
},
2121
{
2222
linkType: 'custom',
23-
href: url.format({
24-
pathname: http.basePath.prepend('/app/kibana'),
25-
hash: '/management/stack/upgrade_assistant',
26-
}),
23+
href: http.basePath.prepend('/app/management/stack/upgrade_assistant'),
2724
content: i18n.translate('xpack.apm.helpMenu.upgradeAssistantLink', {
2825
defaultMessage: 'Upgrade assistant',
2926
}),

0 commit comments

Comments
 (0)