Skip to content

Commit

Permalink
Update AdvancedAggregation.tsx. Fix link destination and make it open…
Browse files Browse the repository at this point in the history
… in a new window.

Signed-off-by: Stefan Sundin <git@stefansundin.com>
  • Loading branch information
stefansundin committed Mar 1, 2023
1 parent 8a2e991 commit 845ed8c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,8 @@ export default class AdvancedAggregation extends Component<AdvancedAggregationPr
</EuiFlexItem>
<EuiFlexItem>
<EuiFormHelpText>
The sequence of fields may influence rollup performance.
<EuiLink external={true} href="https://docs-beta.opensearch.org/docs/im/index-rollups/">
{" "}
The sequence of fields may influence rollup performance.{" "}
<EuiLink external={true} href="https://opensearch.org/docs/latest/im-plugin/index-rollups/index/" target="_blank">
Learn more
</EuiLink>
</EuiFormHelpText>
Expand Down

0 comments on commit 845ed8c

Please sign in to comment.