Skip to content

Commit

Permalink
Open all help links in new window
Browse files Browse the repository at this point in the history
  • Loading branch information
spong committed Feb 7, 2020
1 parent 282b124 commit 6d9c231
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export const HelpMenu = React.memo(() => {
href: docLinks.links.siem.guide,
iconType: 'documents',
linkType: 'custom',
target: '_blank',
rel: 'noopener',
},
{
content: i18n.translate('xpack.siem.chrome.helpMenu.documentation.ecs', {
Expand All @@ -32,10 +34,14 @@ export const HelpMenu = React.memo(() => {
href: `${docLinks.ELASTIC_WEBSITE_URL}guide/en/ecs/${docLinks.DOC_LINK_VERSION}/index.html`,
iconType: 'documents',
linkType: 'custom',
target: '_blank',
rel: 'noopener',
},
{
linkType: 'discuss',
href: 'https://discuss.elastic.co/c/siem',
target: '_blank',
rel: 'noopener',
},
],
});
Expand Down

0 comments on commit 6d9c231

Please sign in to comment.