Skip to content

Commit

Permalink
Use new shortcut links to Fleet discuss forums. (#90786)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
skh and kibanamachine committed Feb 10, 2021
1 parent 03a53b9 commit 4ee9603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const AlphaFlyout: React.FunctionComponent<Props> = ({ onClose }) => {
</EuiLink>
),
forumLink: (
<EuiLink href="https://ela.st/ingest-manager-forum" external target="_blank">
<EuiLink href="https://ela.st/fleet-forum" external target="_blank">
<FormattedMessage
id="xpack.fleet.alphaMessaging.forumLink"
defaultMessage="Discuss forum"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const DefaultLayout: React.FunctionComponent<Props> = ({
<EuiFlexItem>
<EuiButtonEmpty
iconType="popout"
href="https://ela.st/ingest-manager-feedback"
href="https://ela.st/fleet-feedback"
target="_blank"
>
<FormattedMessage
Expand Down

0 comments on commit 4ee9603

Please sign in to comment.