Skip to content

Commit ef981b7

Browse files
committed
Fixing siem/ecs version mismatch in doc url
1 parent 6d9c231 commit ef981b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/legacy/plugins/siem/public/components/help_menu

x-pack/legacy/plugins/siem/public/components/help_menu/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const HelpMenu = React.memo(() => {
3131
content: i18n.translate('xpack.siem.chrome.helpMenu.documentation.ecs', {
3232
defaultMessage: 'ECS documentation',
3333
}),
34-
href: `${docLinks.ELASTIC_WEBSITE_URL}guide/en/ecs/${docLinks.DOC_LINK_VERSION}/index.html`,
34+
href: `${docLinks.ELASTIC_WEBSITE_URL}guide/en/ecs/current/index.html`,
3535
iconType: 'documents',
3636
linkType: 'custom',
3737
target: '_blank',

0 commit comments

Comments
 (0)