Skip to content

Commit

Permalink
[Discover] fix doc explorer link in callout
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaanj committed Apr 25, 2022
1 parent 780333b commit 9218f80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const DocumentExplorerCallout = () => {
</EuiButton>
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiLink href={docLinks.links.discover.documentExplorer}>
<EuiLink href={docLinks.links.discover.documentExplorer} external>
<FormattedMessage
id="discover.docExplorerCallout.learnMore"
defaultMessage="Learn more"
Expand Down

0 comments on commit 9218f80

Please sign in to comment.