We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9c231 commit ef981b7Copy full SHA for ef981b7
1 file changed
x-pack/legacy/plugins/siem/public/components/help_menu/index.tsx
@@ -31,7 +31,7 @@ export const HelpMenu = React.memo(() => {
31
content: i18n.translate('xpack.siem.chrome.helpMenu.documentation.ecs', {
32
defaultMessage: 'ECS documentation',
33
}),
34
- href: `${docLinks.ELASTIC_WEBSITE_URL}guide/en/ecs/${docLinks.DOC_LINK_VERSION}/index.html`,
+ href: `${docLinks.ELASTIC_WEBSITE_URL}guide/en/ecs/current/index.html`,
35
iconType: 'documents',
36
linkType: 'custom',
37
target: '_blank',
0 commit comments