Skip to content

Commit

Permalink
Fix link to open new window (elastic#131930)
Browse files Browse the repository at this point in the history
* Fix link to open new window

* Fix review
  • Loading branch information
mashi-mashi authored and Esteban Beltran committed May 12, 2022
1 parent 32994e3 commit 40ea271
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,10 @@ export function DiscoverFieldSearch({ onChange, value, types, presentFieldTypes
defaultMessage: 'Learn more about',
})}
 
<EuiLink href={docLinks.links.discover.fieldTypeHelp}>
<EuiLink href={docLinks.links.discover.fieldTypeHelp} target="_blank" external>
<FormattedMessage
id="discover.fieldTypesPopover.learnMoreLink"
defaultMessage="field types."
id="discover.fieldTypesPopover.fieldTypesDocLinkLabel"
defaultMessage="field types"
/>
</EuiLink>
</p>
Expand Down

0 comments on commit 40ea271

Please sign in to comment.